Open CASCADE Technology 6.6.0
Enumerations
BRepBuilderAPI_WireError.hxx File Reference
#include <Standard_PrimitiveTypes.hxx>

Enumerations

enum  BRepBuilderAPI_WireError { BRepBuilderAPI_WireDone, BRepBuilderAPI_EmptyWire, BRepBuilderAPI_DisconnectedWire, BRepBuilderAPI_NonManifoldWire }
 Indicates the outcome of wire
construction, i.e. whether it is successful or not, as explained below:
More...

Enumeration Type Documentation

  • BRepBuilderAPI_WireDone No
    error occurred. The wire is correctly built.
  • BRepBuilderAPI_EmptyWire No
    initialization of the algorithm. Only an empty constructor was used.
  • BRepBuilderAPI_DisconnectedWire
    The last edge which you attempted to add was not connected to the wire.
  • BRepBuilderAPI_NonManifoldWire
    The wire with some singularity.
Enumerator:
BRepBuilderAPI_WireDone 
BRepBuilderAPI_EmptyWire 
BRepBuilderAPI_DisconnectedWire 
BRepBuilderAPI_NonManifoldWire 
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines