Altaxo.Drawing.D3D Namespace |
[Missing <summary> documentation for "N:Altaxo.Drawing.D3D"]
Classes Structures | Structure | Description |
---|
| FontManager3DRawCharacterOutline | |
| SolidPolyline |
Represents the solid geometry of a polyline in 3D space.
|
| SolidPolylineDashSegment |
Contains code to generate triangle geometry for solid polyline dash segments.
This structure needs to be initialized only once per line with Initialize(PenX3D).
It then can be used for each individual dash segment by calling AddGeometry/>.
|
| SolidStraightLine |
Contains code to generate triangle geometry for solid straight lines.
|
| SolidStraightLineDashSegment |
Contains code to generate triangle geometry for solid straight dash segments.
This structure needs to be initialized only once per line with Initialize(PenX3D, VectorD3D, VectorD3D, LineD3D).
It then can be used for each individual dash segment by calling AddGeometry(ActionPointD3D, VectorD3D, ActionInt32, Int32, Int32, Boolean, Int32, LineD3D, ILineCap, ILineCap).
|
Interfaces | Interface | Description |
---|
| ICrossSectionOfLine | |
| ILineCap | |
| ILineCapContour |
The contour for a line cap. A list of contour points describes the shape of the cap. The x component of each contour point corresponds to the advance of the cap in line direction,
whereas the y-component of each contour point is multiplied with the cross section of the line (i.e. it is the relative thickness of the cap at this point).
|
| IMaterial |
Interface for material used in 3D geometry.
|
Enumerations