![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
WFRestrictedFace - computes the wireframe presentation of faces with restrictions by displaying a given number of U and/or V isoparametric curves, converts this one into VRML objects and writes (adds) into anOStream. All requested properties of the representation are specify in aDrawer. This kind of the presentation is converted into IndexedLineSet (VRML). More...
#include <VrmlConverter_WFRestrictedFace.hxx>
Static Public Member Functions | |
| static void | Add (Standard_OStream &anOStream, const occ::handle< BRepAdaptor_Surface > &aFace, const occ::handle< VrmlConverter_Drawer > &aDrawer) |
| static void | AddUIso (Standard_OStream &anOStream, const occ::handle< BRepAdaptor_Surface > &aFace, const occ::handle< VrmlConverter_Drawer > &aDrawer) |
| static void | AddVIso (Standard_OStream &anOStream, const occ::handle< BRepAdaptor_Surface > &aFace, const occ::handle< VrmlConverter_Drawer > &aDrawer) |
| static void | Add (Standard_OStream &anOStream, const occ::handle< BRepAdaptor_Surface > &aFace, const bool DrawUIso, const bool DrawVIso, const int NBUiso, const int NBViso, const occ::handle< VrmlConverter_Drawer > &aDrawer) |
WFRestrictedFace - computes the wireframe presentation of faces with restrictions by displaying a given number of U and/or V isoparametric curves, converts this one into VRML objects and writes (adds) into anOStream. All requested properties of the representation are specify in aDrawer. This kind of the presentation is converted into IndexedLineSet (VRML).
|
static |
|
static |
|
static |
|
static |