All Frameworks Object Hierarchy This Framework Indexes
CatThreadLinkedTo (Enumeration)
enum CatThreadLinkedTo {
catNotDefined,
catNoLink,
cat2DPoint,
cat2DCircle,
cat3DGeom,
cat3DHole,
cat3DThread
}
Specifies the kind of link the thread has.
Role: Define the thread link to.
- Values:
-
- catNotDefined
- The link is undefined. This casemay never happen
- catNoLink
- Thread is linked to nothing.
- cat2DPoint
- Thread is linked to a 2D point (only in case of isolated views)
- cat2DCircle
- Thread is linked to a 2D circle
- cat3DGeom
- Thread is linked to a generated geometry
- cat3DHole
- Thread is linked to a 3D hole which is not threaded
- cat3DThread
- Thread is linked to a 3D hole which is threaded