BRepBuilder.GetResult
Description:
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.
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.
Overloads (2):
GetResult(ExternalGeometryId,BRepBuilderPersistentIds)
public ExternallyTaggedBRep GetResult(
ExternalGeometryId externalId,
BRepBuilderPersistentIds brepPersistentIds
)
-
externalIdThe external Id of the Geometry object built by this BRepBuilder.
-
brepPersistentIdsAn object storing the relationship between ExternalGeometryIds and BRepBuilderGeometryIds.
-
At least one BRepBuilderGeometryId in the supplied BRepBuilderPersistentIds map could not be found in this BRepBuilder object.
-
A non-optional argument was null
-
This BRepBuilder object hasn't completed building data or was unsuccessful building it. Built Geometry is unavailable. In order to access the built Geometry, Finish() must be called first. That will set the state to completed.