Creates a new BrepFaceDefinition within the parent BRepShellDefinition object.
"bRepFaceDefinitions_var" is a variable referencing a BRepFaceDefinitions object. |
"bRepFaceDefinitions_var" is a variable referencing a BRepFaceDefinitions object. |
| Type | Description |
| BRepFaceDefinition | Returns the newly created BRepFaceDefinition object or null in the case of failure. |
| Name | Type | Description |
| surfaceGeometry | Surface | Input surface object that defines the geometry of the face. Valid objects for input are NurbsSurface, Cone, Cylinder, EllipticalCone, EllipticalCylinder, Plane, Sphere, and Torus. |
| isParamReversed | boolean | Input Boolean that indicates if the normal of this face is reversed with respect to the surface geometry associated with this face definition. |
| Name | Description |
| BRep Body definition Sample | Demonstrates creating BRep bodies by BRepBodyDefinition. |