Click or drag to resize

IGraphicsContext3DGetPositionNormalIndexedTriangleBufferWithClipping Method

Gets an indexed triangle buffer with a normal and optional clipping.

Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
PositionNormalIndexedTriangleBuffers GetPositionNormalIndexedTriangleBufferWithClipping(
	IMaterial material,
	PlaneD3D[] clipPlanes
)

Parameters

material  IMaterial
The material to use.
clipPlanes  PlaneD3D
The clip planes to apply.

Return Value

PositionNormalIndexedTriangleBuffers
An indexed triangle buffer with normals and optional clipping information.
See Also