Open CASCADE Technology  6.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions
BRepTools_Modifier Class Reference

#include <BRepTools_Modifier.hxx>

Public Member Functions

 BRepTools_Modifier ()
 Creates an empty Modifier.
More...
 
 BRepTools_Modifier (const TopoDS_Shape &S)
 Creates a modifier on the shape <S>.
More...
 
 BRepTools_Modifier (const TopoDS_Shape &S, const Handle< BRepTools_Modification > &M)
 Creates a modifier on the shape <S>, and performs
the modifications described by <M>.
More...
 
void Init (const TopoDS_Shape &S)
 Initializes the modifier with the shape <S>.
More...
 
void Perform (const Handle< BRepTools_Modification > &M)
 Performs the modifications described by <M>.
More...
 
Standard_Boolean IsDone () const
 
 Returns Standard_True if the modification has <br>
     been computed successfully. <br>


More...

 
const TopoDS_ShapeModifiedShape (const TopoDS_Shape &S) const
 Returns the modified shape corresponding to <S>.
More...
 

Constructor & Destructor Documentation

BRepTools_Modifier::BRepTools_Modifier ( )

Creates an empty Modifier.

BRepTools_Modifier::BRepTools_Modifier ( const TopoDS_Shape S)

Creates a modifier on the shape <S>.

BRepTools_Modifier::BRepTools_Modifier ( const TopoDS_Shape S,
const Handle< BRepTools_Modification > &  M 
)

Creates a modifier on the shape <S>, and performs
the modifications described by <M>.

Member Function Documentation

void BRepTools_Modifier::Init ( const TopoDS_Shape S)

Initializes the modifier with the shape <S>.

Standard_Boolean BRepTools_Modifier::IsDone ( ) const

 Returns Standard_True if the modification has <br>
     been computed successfully. <br>


const TopoDS_Shape& BRepTools_Modifier::ModifiedShape ( const TopoDS_Shape S) const

Returns the modified shape corresponding to <S>.

void BRepTools_Modifier::Perform ( const Handle< BRepTools_Modification > &  M)

Performs the modifications described by <M>.


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