Sets the thread offset, length and location. Calling this method will cause the isFullLength property to be set to false.
To use this method, you need to position the timeline marker to immediately before this feature. This can be accomplished using the following code: thisFeature.timelineObject.rollTo(True)
"threadFeature_var" is a variable referencing a ThreadFeature object.
|
"threadFeature_var" is a variable referencing a ThreadFeature object.
|
Type | Description |
boolean | Returns true if successful. |
Name | Type | Description |
threadOffset | ValueInput | A ValueInput object that defines the thread offset. |
threadLength | ValueInput | A ValueInput object that defines the thread length. |
threadLocation | ThreadLocations | Indicates where the thread length is measured from. |