Creates a new Reverse Normal feature.
"reverseNormalFeatures_var" is a variable referencing a ReverseNormalFeatures object.
|
"reverseNormalFeatures_var" is a variable referencing a ReverseNormalFeatures object.
|
Type | Description |
ReverseNormalFeature | Returns the newly created ReverseNormalFeature object or null if the creation failed. |
Name | Type | Description |
surfaces | ObjectCollection | One or more surface bodies (open BRepBodies) containing the faces whose normals are to be reversed. All faces of the input surface bodies get reversed. |
Name | Description |
reverseNormalFeatures.add | Demonstrates the reverseNormalFeatures.add method. |
Reverse Normal Feature | Demonstrates creating a new reverse normal feature. |