BRepShellDefinition.faceDefinitions Property
Parent Object: BRepShellDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepShellDefinition.h>
Description
Provides access to the BRepFaceDefinitions object associated with this BRepShellDefinition. It's through the returned collection that you can create new BRepFaceDefinition objects.
Syntax
"bRepShellDefinition_var" is a variable referencing a BRepShellDefinition object.
|
Property Value
This is a read only property whose value is a BRepFaceDefinitions.Samples
Name | Description |
BRep Body definition Sample | Demonstrates creating BRep bodies by BRepBodyDefinition. |