CircularPatternFeatureInput.quantity Property
Parent Object: CircularPatternFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/CircularPatternFeatureInput.h>
Description
Gets and sets quantity of the elements.
Syntax
"circularPatternFeatureInput_var" is a variable referencing a CircularPatternFeatureInput object.
|
Property Value
This is a read/write property whose value is a ValueInput.Samples
Name | Description |
circularPatternFeatures.add | Demonstrates the circularPatternFeatures.add method. To use the sample have a design open that contains at least one body. When you run the script, it will prompt you to select a body, which will be patterned around the base Y-axis. |
CircularPattern Feature API Sample | Demonstrates creating a new circular pattern feature. |