Features.rectangularPatternFeatures Property
Parent Object: FeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/Features.h>
Description
Returns the collection that provides access to the rectangular pattern features within the component and supports the creation of new rectangular pattern features.
Syntax
"features_var" is a variable referencing a Features object.
|
Property Value
This is a read only property whose value is a RectangularPatternFeatures.Samples
Name | Description |
Manage Participant Bodies API Sample | Demonstrates how to manage participant During Cut operation. Same API can be used to manage participants During intersection also. |
rectangularPattern.add | Demonstrates the rectangularPattern.add method using a selected body and two selected edges to define the directions. |
RectangularPattern Feature | Demonstrates creating a new rectangular pattern feature. |