BoundaryFillFeatureInput.creationOccurrence Property
Parent Object: BoundaryFillFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/BoundaryFillFeatureInput.h>
Description
In order for geometry to be transformed correctly, an Occurrence for creation needs to be specified when the Boundary Fill is created based on geometry (e.g. a profile and/or face(s)) in another component AND (the Boundary Fill) is not in the root component. The CreationOccurrence is analogous to the active occurrence in the UI
Syntax
"boundaryFillFeatureInput_var" is a variable referencing a BoundaryFillFeatureInput object.
|
Property Value
This is a read/write property whose value is an Occurrence.Samples
Name | Description |
Boundary Fill Feature API Sample | Demonstrates creating a new boundary fill feature. |