Click or drag to resize

IGraphicsContext3DGetPositionNormalUIndexedTriangleBuffer Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D.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#
IPositionNormalUIndexedTriangleBuffer GetPositionNormalUIndexedTriangleBuffer(
	IMaterial material,
	PlaneD3D[]? clipPlanes,
	IColorProvider colorProvider
)

Parameters

material  IMaterial

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

See Also