Open CASCADE Technology 6.6.0
Public Member Functions
BRepProj_Projection Class Reference

The Projection class provides conical and
cylindrical projections of Edge or Wire on
a Shape from TopoDS. The result will be a Edge
or Wire from TopoDS.

#include <BRepProj_Projection.hxx>

Public Member Functions

 BRepProj_Projection (const TopoDS_Shape &Wire, const TopoDS_Shape &Shape, const gp_Dir &D)
 Makes a Cylindrical projection of Wire om Shape

 BRepProj_Projection (const TopoDS_Shape &Wire, const TopoDS_Shape &Shape, const gp_Pnt &P)
 Makes a Conical projection of Wire om Shape

Standard_Boolean IsDone () const
 returns False if the section failed

void Init ()
 Resets the iterator by resulting wires.

Standard_Boolean More () const
 Returns True if there is a current result wire

void Next ()
 Move to the next result wire.

TopoDS_Wire Current () const
 Returns the current result wire.

TopoDS_Compound Shape () const
 Returns the complete result as compound of wires.


Constructor & Destructor Documentation

BRepProj_Projection::BRepProj_Projection ( const TopoDS_Shape Wire,
const TopoDS_Shape Shape,
const gp_Dir D 
)
BRepProj_Projection::BRepProj_Projection ( const TopoDS_Shape Wire,
const TopoDS_Shape Shape,
const gp_Pnt P 
)

Member Function Documentation

TopoDS_Wire BRepProj_Projection::Current ( ) const
void BRepProj_Projection::Init ( )
Standard_Boolean BRepProj_Projection::IsDone ( ) const
Standard_Boolean BRepProj_Projection::More ( ) const
void BRepProj_Projection::Next ( )
TopoDS_Compound BRepProj_Projection::Shape ( ) const

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines