Click or drag to resize

GraphicsContext3DBaseGetPositionNormalUIndexedTriangleBuffer Method

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


Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract IPositionNormalUIndexedTriangleBuffer GetPositionNormalUIndexedTriangleBuffer(
	IMaterial material,
	PlaneD3D[]? clipPlanes,
	IColorProvider colorProvider
)

Parameters

material  IMaterial

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

clipPlanes  PlaneD3D

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

colorProvider  IColorProvider

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

Return Value

IPositionNormalUIndexedTriangleBuffer

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

Implements

IGraphicsContext3DGetPositionNormalUIndexedTriangleBuffer(IMaterial, PlaneD3D, IColorProvider)
See Also