Click or drag to resize

GraphicsContext3DBaseGetPositionIndexedTriangleBuffer Method

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


Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract PositionIndexedTriangleBuffers GetPositionIndexedTriangleBuffer(
	IMaterial material
)

Parameters

material  IMaterial

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

Return Value

PositionIndexedTriangleBuffers

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

Implements

IGraphicsContext3DGetPositionIndexedTriangleBuffer(IMaterial)
See Also