BossFeature.createInput Method
Parent Object: BossFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Plastic/BossFeature.h>
Description
Creates object with inputs this feature represents. To use this property, you need to position the timeline marker to immediately before this feature. This can be accomplished using the following code: thisFeature.timelineObject.rollTo(True).
Syntax
"bossFeature_var" is a variable referencing a BossFeature object.
|
Return Value
Type | Description |
BossFeatureInput | Returns BossFeatureInput this feature represent if successful. |