Enum JointType
Defines the various types of joints entities.
Namespace: TopSolid.Cad.Design.Automating
Assembly: TopSolid.Cad.Design.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 6, 0, 0)]
public enum JointType
Remarks
This enum is available since v7.6.
Fields
| Name | Description |
|---|---|
| Cylindrical | Cylindrical joint. |
| None | Not a joint. |
| Prismatic | Prismatic joint. |
| Revolute | Revolute joint. |
| Spherical | Spherical joint. |
| Unclassified | Unclassified type. |