BRepFaceDefinitions.add Method
Parent Object:
BRepFaceDefinitionsDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepFaceDefinitions.h>
Description
Creates a new BrepFaceDefinition within the parent BRepShellDefinition object.
Syntax
"bRepFaceDefinitions_var" is a variable referencing a BRepFaceDefinitions object.returnValue = bRepFaceDefinitions_var.add(surfaceGeometry, isParamReversed)
|
"bRepFaceDefinitions_var" is a variable referencing a BRepFaceDefinitions object.
#include <Fusion/BRep/BRepFaceDefinitions.h>
returnValue = bRepFaceDefinitions_var->add(surfaceGeometry, isParamReversed);
|
Return Value
BRepFaceDefinition |
Returns the newly created BRepFaceDefinition object or null in the case of failure. |
Parameters
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. |
Samples
Version
Introduced in version September 2020