Click or drag to resize

Altaxo.Drawing.D3D Namespace

[Missing <summary> documentation for "N:Altaxo.Drawing.D3D"]

Classes
 ClassDescription
Public classCharacterGeometry 
Public classFontManager3D 
Public classFontX3D 
Public classIndexedTriangles 
Public classLineCapContour 
Public classMaterials 
Public classPenX3D 
Public classSolidCube Represents the solid geometry of a cube.
Public classSolidIcoSphere Creates a sphere as from an icosahedron by recursive refinement of the initial triangles.
Public classSolidText Represents the solid geometry of a text string.
Public classSweepPath3D 
Structures
 StructureDescription
Protected structureFontManager3DRawCharacterOutline 
Public structureSolidPolyline Represents the solid geometry of a polyline in 3D space.
Public structureSolidPolylineDashSegment 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/>.
Public structureSolidStraightLine Contains code to generate triangle geometry for solid straight lines.
Public structureSolidStraightLineDashSegment 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
 InterfaceDescription
Public interfaceICrossSectionOfLine 
Public interfaceILineCap 
Public interfaceILineCapContour 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).
Public interfaceIMaterial Interface for material used in 3D geometry.
Enumerations
 EnumerationDescription
Public enumerationPenLineJoin