| Class | Description |
---|
| CadAssembly |
CadAssembly defines the imported data that includes a hierarchical list of CadParts, a list of Shells and a bounding box.
|
| CadAxisCurve |
CadCurve is a base class that defines a curve with XAxis and YAxis properties.
|
| CadBezierCurve |
Bezier curve that is defined by a set of control points (Poles) and optional Weights.
See also OpenCascade docs: Geom_BezierCurve |
| CadBSplineCurve |
BSpline curve that is defined by a set of control points (Poles) and optional Weights and Knots.
See also OpenCascade docs: Geom_BSplineCurve |
| CadCircle |
Circle that is defined by a location and a radius.
The IntervalStart and IntervalEnd can define the start and end segment of the circle (defined in radians).
See also OpenCascade docs: Geom_Circle |
| CadCurve |
CadCurve is a base class that defines a curve.
|
| CadEllipse |
Ellipse that is defined by a location, a major radius and a minor radius.
The IntervalStart and IntervalEnd can define the start and end segment of the ellipse (defined in radians).
See also OpenCascade docs: Geom_Ellipse |
| CadFace |
CadFace defines a 3D face that is defined by multiple edges.
The face can also define a triangulated mesh and interpolated edge positions.
|
| CadHyperbola |
Hyperbola that is defined by a location, a major radius and a minor radius.
See also OpenCascade docs: Geom_Hyperbola |
| CadImporter |
CadImporter can import objects from CAD files.
|
| CadLine |
And infinite line that is defined by a location and a direction.
The IntervalStart and IntervalEnd define the start and end positions of the line.
See also OpenCascade docs: Geom_Line |
| CadOffsetCurve |
OffsetCurve is a copy of another BasisCurve that is offset by a specified direction and lenght.
See also OpenCascade docs: Geom_OffsetCurve |
| CadParabola |
Parabola that is defined by a focal lenght.
See also OpenCascade docs: Geom_Parabola |
| CadPart |
CadPart is an object that can be hierarchically organized, can have child CadParts and can use a CadShell that defines faces.
|
| CadShell |
CadShell defines a list of faces.
The same CadShell can be used by multiple CadPart objects.
|
| ImporterSettings |
ImporterSettings defines the settings for CadImporter |