|
Open CASCADE Technology 6.5.2
|
qualifies the aspect properties for
the VRML conversation of a Curve and a DeflectionCurve .
#include <VrmlConverter_LineAspect.hxx>

Public Member Functions | |
| VrmlConverter_LineAspect () | |
| create a default LineAspect. Default value: HasMaterial = False - a line hasn't own material (color) | |
| VrmlConverter_LineAspect (const Handle< Vrml_Material > &aMaterial, const Standard_Boolean OnOff) | |
| void | SetMaterial (const Handle< Vrml_Material > &aMaterial) |
| Handle_Vrml_Material | Material () const |
| void | SetHasMaterial (const Standard_Boolean OnOff) |
| defines the necessary of writing own Material from Vrml into output OStream. By default False - the material is not writing into OStream, True - the material is writing. | |
| Standard_Boolean | HasMaterial () const |
| returns True if the materials is writing into OStream. | |
| VrmlConverter_LineAspect::VrmlConverter_LineAspect | ( | ) |
| VrmlConverter_LineAspect::VrmlConverter_LineAspect | ( | const Handle< Vrml_Material > & | aMaterial, |
| const Standard_Boolean | OnOff | ||
| ) |
| Standard_Boolean VrmlConverter_LineAspect::HasMaterial | ( | ) | const |
| Handle_Vrml_Material VrmlConverter_LineAspect::Material | ( | ) | const |
| void VrmlConverter_LineAspect::SetHasMaterial | ( | const Standard_Boolean | OnOff | ) |
| void VrmlConverter_LineAspect::SetMaterial | ( | const Handle< Vrml_Material > & | aMaterial | ) |
1.7.4