BRepBuilder.CanAddGeometry
Description:
A validator function that checks the state of this BRepBuilder object. Returns true if this BRepBuilder object is accepting b-rep data, false otherwise.
A validator function that checks the state of this BRepBuilder object. Returns true if this BRepBuilder object is accepting b-rep data, false otherwise.
Remarks:
Use this function before calling AddFace(), AddEdge(), etc. to avoid an exception being thrown.
Use this function before calling AddFace(), AddEdge(), etc. to avoid an exception being thrown.
public bool CanAddGeometry()
Boolean
True if this BRepBuilder object is accepting b-rep data, false otherwise.