Update an existing source BRepBody created by this BaseFeature. The input BRepBody definition will be copied into the existing BRepBody.
"baseFeature_var" is a variable referencing a BaseFeature object.
|
"baseFeature_var" is a variable referencing a BaseFeature object.
|
Type | Description |
boolean | Returns true if the body was updated, or false if the update failed. |
Name | Type | Description |
sourceBody | BRepBody | The source BRepBody to update. The source bodies of a BaseFeature are only available from the bodies collection of the BaseFeature when the BaseFeature is in edit mode. |
newBody | BRepBody | The BRepBody whose definition will be used to replace the existing source body's definition. |