Creates a new BRepVertexDefinition object that's associated with the body.
"bRepBodyDefinition_var" is a variable referencing a BRepBodyDefinition object. |
"bRepBodyDefinition_var" is a variable referencing a BRepBodyDefinition object. |
| Type | Description |
| BRepVertexDefinition | Returns the created BRepVertexDefinition object or null in the case of failure. |
| Name | Type | Description |
| position | Point3D | Specifies the position of the vertex in model space. |
| Name | Description |
| BRep Body definition Sample | Demonstrates creating BRep bodies by BRepBodyDefinition. |