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
    DrawDim Class Reference

    This package provides Drawable Dimensions. More...

    #include <DrawDim.hxx>

    Static Public Member Functions

    static void DrawShapeName (const TopoDS_Shape &ashape, const char *const aname)
    static void AllCommands (Draw_Interpretor &I)
    static void PlanarDimensionCommands (Draw_Interpretor &I)
    static gp_Pnt Nearest (const TopoDS_Shape &aShape, const gp_Pnt &apoint)
    static bool Lin (const TopoDS_Edge &e, gp_Lin &l, bool &infinite, double &firstfirst, double &last)
     false if <e> is not a linear edge
    static bool Circ (const TopoDS_Edge &e, gp_Circ &l, double &firstfirst, double &last)
     false if <e> is not a circular edge
    static bool Pln (const TopoDS_Face &ff, gp_Pln &pp)
     false if <f> is not a planar face

    Detailed Description

    This package provides Drawable Dimensions.

    The classes PlanarDimension and subclasses provide services to build drawable dimensions between point line and circle in a given 3d plane.

    The classes Dimension and subclasses provide services to build drawable dimensions between plane and cylindrical surfaces.

    Member Function Documentation

    ◆ AllCommands()

    void DrawDim::AllCommands ( Draw_Interpretor & I)
    static

    ◆ Circ()

    bool DrawDim::Circ ( const TopoDS_Edge & e,
    gp_Circ & l,
    double & first,
    double & last )
    static

    false if <e> is not a circular edge

    ◆ DrawShapeName()

    void DrawDim::DrawShapeName ( const TopoDS_Shape & ashape,
    const char *const aname )
    static

    Commands

    ◆ Lin()

    bool DrawDim::Lin ( const TopoDS_Edge & e,
    gp_Lin & l,
    bool & infinite,
    double & first,
    double & last )
    static

    false if <e> is not a linear edge

    ◆ Nearest()

    gp_Pnt DrawDim::Nearest ( const TopoDS_Shape & aShape,
    const gp_Pnt & apoint )
    static

    ◆ PlanarDimensionCommands()

    void DrawDim::PlanarDimensionCommands ( Draw_Interpretor & I)
    static

    tools

    ◆ Pln()

    bool DrawDim::Pln ( const TopoDS_Face & f,
    gp_Pln & p )
    static

    false if <f> is not a planar face


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