SolidStraightLineAddGeometry Method |
Adds geometry for a solid straight 3D line using the specified pen.
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void AddGeometry(
Action<PointD3D, VectorD3D> AddPositionAndNormal,
Action<int, int, int, bool> AddIndices,
ref int vertexIndexOffset,
PenX3D pen,
LineD3D line
)
Parameters
- AddPositionAndNormal ActionPointD3D, VectorD3D
- The callback that receives generated positions and normals.
- AddIndices ActionInt32, Int32, Int32, Boolean
- The callback that receives generated triangle indices.
- vertexIndexOffset Int32
- The current vertex index offset that is updated as geometry is added.
- pen PenX3D
- The pen that defines the line appearance.
- line LineD3D
- The line for which geometry is generated.
See Also