Returns all of the faces, edges, or vertices that match the input ID.
"bRepBody_var" is a variable referencing a BRepBody object.
|
"bRepBody_var" is a variable referencing a BRepBody object.
|
Type | Description |
Base[] | Returns an array of entities that have the specified ID. This returns an array because it's possible that a body created by converting a body can have multiple entities with the same ID in the case where a curve or face was split. Returns an empty array in the case where no match is found. |
Name | Type | Description |
tempId | integer | The ID of the B-Rep entity to find. |