<Code Lib>
M

BRepBuilder.GetResult(ExternalGeometryId, BRepBuilderPersistentIds)

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.
Overloads (2):
GetResult
GetResult(ExternalGeometryId,BRepBuilderPersistentIds)

public ExternallyTaggedBRep GetResult(
	ExternalGeometryId externalId,
	BRepBuilderPersistentIds brepPersistentIds
)

Return Value ExternallyTaggedBRep The Geometry object built by this BRepBuilder.

Loading…