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
    Graphic3d_CullingTool::Plane Struct Reference

    Auxiliary structure representing 3D plane. More...

    #include <Graphic3d_CullingTool.hxx>

    Public Member Functions

     Plane ()
     Creates default plane.
     Plane (const NCollection_Vec3< double > &theOrigin, const NCollection_Vec3< double > &theNormal)
     Creates plane with specific parameters.

    Data Fields

    NCollection_Vec3< double > Origin
    NCollection_Vec3< double > Normal

    Detailed Description

    Auxiliary structure representing 3D plane.

    Constructor & Destructor Documentation

    ◆ Plane() [1/2]

    Graphic3d_CullingTool::Plane::Plane ( )
    inline

    Creates default plane.

    ◆ Plane() [2/2]

    Graphic3d_CullingTool::Plane::Plane ( const NCollection_Vec3< double > & theOrigin,
    const NCollection_Vec3< double > & theNormal )
    inline

    Creates plane with specific parameters.

    Field Documentation

    ◆ Normal

    NCollection_Vec3<double> Graphic3d_CullingTool::Plane::Normal

    ◆ Origin

    NCollection_Vec3<double> Graphic3d_CullingTool::Plane::Origin

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