BRepBody.createComponent Method
Parent Object: BRepBodyDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepBody.h>
Description
Creates a new component and occurrence within the component that currently owns this body. This body is moved into the new component and returned. The newly created component can be obtained by using the parentComponent property of the BRepBody object.
This method is only valid if the IsTransient property is false.
Syntax
"bRepBody_var" is a variable referencing a BRepBody object.
|
Return Value
Type | Description |
BRepBody | Returns the BRrepBody in the new component or null in the case the creation failed. |