Creates a new circular pattern feature.
"circularPatternFeatures_var" is a variable referencing a CircularPatternFeatures object.
|
"circularPatternFeatures_var" is a variable referencing a CircularPatternFeatures object.
|
Type | Description |
CircularPatternFeature | Returns the newly created CircularPatternFeature object or null if the creation failed. |
Name | Type | Description |
input | CircularPatternFeatureInput | A CircularPatternFeatureInput object that defines the desired circular pattern. Use the createInput method to create a new CircularPatternFeatureInput object and then use methods on it (the CircularPatternFeatureInput object) to define the circular pattern. |
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. |