OCCT3D OCCT 8.0.1
OCCT documentation

Search guides and API reference

Enter at least two characters.

    Open CASCADE Technology Reference Manual 8.0.1
    Vrml_WWWInline Class Reference

    defines a WWWInline node of VRML specifying group properties. The WWWInline group node reads its children from anywhere in the World Wide Web. Exactly when its children are read is not defined; reading the children may be delayed until the WWWInline is actually displayed. WWWInline with an empty ("") name does nothing. WWWInline behaves like a Separator, pushing the traversal state before traversing its children and popping it afterwards. By defaults: myName ("") myBboxSize (0,0,0) myBboxCenter (0,0,0) More...

    #include <Vrml_WWWInline.hxx>

    Public Member Functions

     Vrml_WWWInline ()
     Vrml_WWWInline (const TCollection_AsciiString &aName, const gp_Vec &aBboxSize, const gp_Vec &aBboxCenter)
    void SetName (const TCollection_AsciiString &aName)
    TCollection_AsciiString Name () const
    void SetBboxSize (const gp_Vec &aBboxSize)
    gp_Vec BboxSize () const
    void SetBboxCenter (const gp_Vec &aBboxCenter)
    gp_Vec BboxCenter () const
    Standard_OStreamPrint (Standard_OStream &anOStream) const

    Detailed Description

    defines a WWWInline node of VRML specifying group properties. The WWWInline group node reads its children from anywhere in the World Wide Web. Exactly when its children are read is not defined; reading the children may be delayed until the WWWInline is actually displayed. WWWInline with an empty ("") name does nothing. WWWInline behaves like a Separator, pushing the traversal state before traversing its children and popping it afterwards. By defaults: myName ("") myBboxSize (0,0,0) myBboxCenter (0,0,0)

    Constructor & Destructor Documentation

    ◆ Vrml_WWWInline() [1/2]

    Vrml_WWWInline::Vrml_WWWInline ( )

    ◆ Vrml_WWWInline() [2/2]

    Vrml_WWWInline::Vrml_WWWInline ( const TCollection_AsciiString & aName,
    const gp_Vec & aBboxSize,
    const gp_Vec & aBboxCenter )

    Member Function Documentation

    ◆ BboxCenter()

    gp_Vec Vrml_WWWInline::BboxCenter ( ) const

    ◆ BboxSize()

    gp_Vec Vrml_WWWInline::BboxSize ( ) const

    ◆ Name()

    TCollection_AsciiString Vrml_WWWInline::Name ( ) const

    ◆ Print()

    Standard_OStream & Vrml_WWWInline::Print ( Standard_OStream & anOStream) const

    ◆ SetBboxCenter()

    void Vrml_WWWInline::SetBboxCenter ( const gp_Vec & aBboxCenter)

    ◆ SetBboxSize()

    void Vrml_WWWInline::SetBboxSize ( const gp_Vec & aBboxSize)

    ◆ SetName()

    void Vrml_WWWInline::SetName ( const TCollection_AsciiString & aName)

    The documentation for this class was generated from the following file: