Open CASCADE Technology
7.3.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 Handle< BRepAdaptor_HSurface > &aFace, const Handle< VrmlConverter_Drawer > &aDrawer) |
static void | AddUIso (Standard_OStream &anOStream, const Handle< BRepAdaptor_HSurface > &aFace, const Handle< VrmlConverter_Drawer > &aDrawer) |
static void | AddVIso (Standard_OStream &anOStream, const Handle< BRepAdaptor_HSurface > &aFace, const Handle< VrmlConverter_Drawer > &aDrawer) |
static void | Add (Standard_OStream &anOStream, const Handle< BRepAdaptor_HSurface > &aFace, const Standard_Boolean DrawUIso, const Standard_Boolean DrawVIso, const Standard_Integer NBUiso, const Standard_Integer NBViso, const 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 |