2027 Method
Changes 0
M

BRepBuilder.IsResultAvailable

Description:
A validator function that checks the state of this BRepBuilder object. Returns true if this BRepBuilder object has successfully built a b-rep.
Remarks:
The b-rep object may be retrieved via GetResult(). Use this function before calling GetResult() to avoid an exception being thrown.
public bool IsResultAvailable()
Boolean True if this BRepBuilder object has successfully built a b-rep.