Enum GeometryType
Defines the various types of geometric entities.
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 6, 0, 0)]
public enum GeometryType
Remarks
This enum is available since v7.6.
Fields
Name | Description |
---|---|
Axis | Axis. |
Deformation | Deformation. |
Frame | Frame. |
None | Not a geometric entity. |
Pattern | Pattern. |
Plane | Plane. |
Point | Point. |
Shape | Shape. |
Sketch | Sketch. |
Transform | Transform. |
Unclassified | Unclassified type. |