GetResult
| Name | Return Type | Description |
|---|---|---|
| GetResult.() | Solid | Get the Geometry object built by this BRepBuilder. This will clear the built Geometry stored in the BRepBuilder. This function will throw if this BRepBuilder hasn't completed building the b-rep. Use IsResultAvailable() to verify that this BRepBuilder contains a valid result. |
| GetResult(ExternalGeometryId, BRepBuilderPersistentIds) | ExternallyTaggedBRep | Get the Geometry object built by this BRepBuilder. This will clear the built Geometry stored in the BRepBuilder. This function will throw if this BRepBuilder hasn't completed building the b-rep. Use IsResultAvailable() to verify that this BRepBuilder contains a valid result. |
No comments yet. Start the discussion.
Loading…