Click or drag to resize

GraphicsContext3DBaseGetPositionNormalIndexedTriangleBufferWithClipping Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.GraphicsContext.GraphicsContext3DBase.GetPositionNormalIndexedTriangleBufferWithClipping(Altaxo.Drawing.D3D.IMaterial,Altaxo.Geometry.PlaneD3D[])"]


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

Parameters

material  IMaterial

[Missing <param name="material"/> documentation for "M:Altaxo.Graph.Graph3D.GraphicsContext.GraphicsContext3DBase.GetPositionNormalIndexedTriangleBufferWithClipping(Altaxo.Drawing.D3D.IMaterial,Altaxo.Geometry.PlaneD3D[])"]

planes  PlaneD3D

[Missing <param name="planes"/> documentation for "M:Altaxo.Graph.Graph3D.GraphicsContext.GraphicsContext3DBase.GetPositionNormalIndexedTriangleBufferWithClipping(Altaxo.Drawing.D3D.IMaterial,Altaxo.Geometry.PlaneD3D[])"]

Return Value

PositionNormalIndexedTriangleBuffers

[Missing <returns> documentation for "M:Altaxo.Graph.Graph3D.GraphicsContext.GraphicsContext3DBase.GetPositionNormalIndexedTriangleBufferWithClipping(Altaxo.Drawing.D3D.IMaterial,Altaxo.Geometry.PlaneD3D[])"]

Implements

IGraphicsContext3DGetPositionNormalIndexedTriangleBufferWithClipping(IMaterial, PlaneD3D)
See Also