Enum CurveType
Defines the various types of curves attached to shape edges or sketch segments.
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 6, 0, 0)]
public enum CurveType
Remarks
This enum is available since v7.6.
Fields
Name | Description |
---|---|
BSpline | B-spline. |
Circle | Circular arc. |
Ellipse | Elliptic arc. |
Intersection | Intersection curve (intersection between two surfaces, available since v7.12). |
Line | Straight line. |
None | No curve attached. |
Polyline | Polyline (available since v7.12). |
SPCurve | Surface parameter curve (defined by a 2D curve in a surface parameter space, available since v7.12). |
Unclassified | Unclassified type. |