<Code Lib>
2025 Overloads
Changes 2
O

BRepBuilder.GetResult (Overloads)

Name Return Type Description
M GetResult() Solid Get the Solid 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.
M GetResult(ExternalGeometryId, BRepBuilderPersistentIds) ExternallyTaggedBRep Get the ExternallyTaggedBRep 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.