isInternal |
Returns and sets if the thread is an internal or external thread. A value of true indicates an internal thread. It defaults to true. |
isValid |
Indicates if this object is still valid, i.e. hasn't been deleted or some other action done to invalidate the reference. |
majorDiameter |
Returns the value that defines the major diameter. The units are centimeters. |
minorDiameter |
Returns the value that defines the minor diameter. The units are centimeters. |
objectType |
This property is supported by all objects in the API and returns a string that contains the full name (namespace::objecttype) describing the type of the object.
It's often useful to use this in combination with the classType method to see if an object is a certain type. For example: if obj.objectType == adsk.core.Point3D.classType(): |
pitchDiameter |
Returns the value that defines the pitch diameter. The units are centimeters. |
threadAngle |
Returns the value that defines the thread angle. The units are degrees. |
threadClass |
Returns and sets the string that defines the thread class. |
threadDesignation |
Returns and sets the string that defines the thread designation. |
threadPitch |
Returns the value that defines the thread pitch. The units are centimeters. |
threadSize |
Returns the string that defines the thread size. This is |
threadType |
Returns and sets the string that defines the thread type. |