Creates a PatchFeatureInput object. Use properties and methods on the returned PatchFeatureInput object to set other settings. The PatchFeatureInput object is used as input to the add method to create the patch feature.
"patchFeatures_var" is a variable referencing a PatchFeatures object.
|
"patchFeatures_var" is a variable referencing a PatchFeatures object.
|
Type | Description |
PatchFeatureInput | Returns the newly created PatchFeatureInput object or null if the creation fails. |
Name | Type | Description |
boundaryCurve | Base | Defines the input geometry that will be used to define the boundary. This can be a sketch profile, a single sketch curve, a single B-Rep edge, an ObjectCollection, or a Path object. If a single sketch curve or B-Rep edge is an input that is not closed; Fusion will automatically find connected sketch curves or B-Rep edges to define a closed loop. If an ObjectCollection is an input, it must be a set of curves that define a closed shape. If a Path is an input, it must define a closed shape. |
operation | FeatureOperations | The feature operation to perform. Only 'NewBodyFeatureOperation' and 'NewComponentFeatureOperation' are valid operations for patch features. |
Name | Description |
patchFeatures.add | Demonstrates the patchFeatures.add method by creating a patch surface on the selected profile. |
Patch Feature API Sample | Demonstrates creating a new patch feature. |