SolidStraightLineDashSegmentAddGeometry(ActionPointD3D, VectorD3D, ActionInt32, Int32, Int32, Boolean, Int32, LineD3D, ILineCap, ILineCap) Method |
Adds geometry for a dash segment represented by a line.
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,
LineD3D dashSegment,
ILineCap? overrideStartCap,
ILineCap? overrideEndCap
)
Parameters
- AddPositionAndNormal ActionPointD3D, VectorD3D
- Adds a vertex position together with its normal vector.
- AddIndices ActionInt32, Int32, Int32, Boolean
- Adds the vertex indices for a triangle.
- vertexIndexOffset Int32
- The running vertex index offset.
- dashSegment LineD3D
- The dash segment to draw.
- overrideStartCap ILineCap
- An optional cap that overrides the configured dash start cap.
- overrideEndCap ILineCap
- An optional cap that overrides the configured dash end cap.
See Also