IGraphicsContext3DGetPositionNormalIndexedTriangleBufferWithClipping Method |
Gets an indexed triangle buffer with a normal and optional clipping.
Namespace: Altaxo.Graph.Graph3D.GraphicsContextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxPositionNormalIndexedTriangleBuffers GetPositionNormalIndexedTriangleBufferWithClipping(
IMaterial material,
PlaneD3D[] clipPlanes
)
Parameters
- material IMaterial
- The material to use.
- clipPlanes PlaneD3D
- The clip planes to apply.
Return Value
PositionNormalIndexedTriangleBuffersAn indexed triangle buffer with normals and optional clipping information.
See Also