|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | HLRBRep_FaceData () |
Standard_EXPORT void | Set (const TopoDS_Face &FG, const TopAbs_Orientation Or, const Standard_Boolean Cl, const Standard_Integer NW) |
| <or> is the orientation of the face. <cl> is true
if the face belongs to a closed volume. <nw> is
the number of wires ( or block of edges ) of the
face.
|
Standard_EXPORT void | SetWire (const Standard_Integer WI, const Standard_Integer NE) |
| Set <ne> the number of edges of the wire number
<wi>.
.
|
Standard_EXPORT void | SetWEdge (const Standard_Integer WI, const Standard_Integer EWI, const Standard_Integer EI, const TopAbs_Orientation Or, const Standard_Boolean OutL, const Standard_Boolean Inte, const Standard_Boolean Dble, const Standard_Boolean IsoL) |
| Set the edge number <ewi> of the wire <wi>.
.
|
Standard_Boolean | Selected () const |
void | Selected (const Standard_Boolean B) |
Standard_Boolean | Back () const |
void | Back (const Standard_Boolean B) |
Standard_Boolean | Side () const |
void | Side (const Standard_Boolean B) |
Standard_Boolean | Closed () const |
void | Closed (const Standard_Boolean B) |
Standard_Boolean | Hiding () const |
void | Hiding (const Standard_Boolean B) |
Standard_Boolean | Simple () const |
void | Simple (const Standard_Boolean B) |
Standard_Boolean | Cut () const |
void | Cut (const Standard_Boolean B) |
Standard_Boolean | WithOutL () const |
void | WithOutL (const Standard_Boolean B) |
Standard_Boolean | Plane () const |
void | Plane (const Standard_Boolean B) |
Standard_Boolean | Cylinder () const |
void | Cylinder (const Standard_Boolean B) |
Standard_Boolean | Cone () const |
void | Cone (const Standard_Boolean B) |
Standard_Boolean | Sphere () const |
void | Sphere (const Standard_Boolean B) |
Standard_Boolean | Torus () const |
void | Torus (const Standard_Boolean B) |
Standard_Real | Size () const |
void | Size (const Standard_Real S) |
TopAbs_Orientation | Orientation () const |
void | Orientation (const TopAbs_Orientation O) |
Handle_HLRAlgo_WiresBlock & | Wires () |
HLRBRep_Surface & | Geometry () |
Standard_ShortReal | Tolerance () const |
Private Attributes |
Standard_Boolean | myFlags |
Handle_HLRAlgo_WiresBlock | myWires |
HLRBRep_Surface | myGeometry |
Standard_Real | mySize |
Standard_ShortReal | myTolerance |