Open CASCADE Technology  7.2.0
Public Member Functions

LocOpe_Generator Class Reference

#include <LocOpe_Generator.hxx>

Public Member Functions

 LocOpe_Generator ()
 Empty constructor. More...
 
 LocOpe_Generator (const TopoDS_Shape &S)
 Creates the algorithm on the shape <S>. More...
 
void Init (const TopoDS_Shape &S)
 Initializes the algorithm on the shape <S>. More...
 
void Perform (const Handle< LocOpe_GeneratedShape > &G)
 
Standard_Boolean IsDone () const
 
const TopoDS_ShapeResultingShape () const
 Returns the new shape. More...
 
const TopoDS_ShapeShape () const
 Returns the initial shape. More...
 
const TopTools_ListOfShapeDescendantFace (const TopoDS_Face &F)
 Returns the descendant face of <F>. <F> may belong to the original shape or to the "generated" shape. The returned face may be a null shape (when <F> disappears). More...
 

Constructor & Destructor Documentation

◆ LocOpe_Generator() [1/2]

LocOpe_Generator::LocOpe_Generator ( )

Empty constructor.

◆ LocOpe_Generator() [2/2]

LocOpe_Generator::LocOpe_Generator ( const TopoDS_Shape S)

Creates the algorithm on the shape <S>.

Member Function Documentation

◆ DescendantFace()

const TopTools_ListOfShape& LocOpe_Generator::DescendantFace ( const TopoDS_Face F)

Returns the descendant face of <F>. <F> may belong to the original shape or to the "generated" shape. The returned face may be a null shape (when <F> disappears).

◆ Init()

void LocOpe_Generator::Init ( const TopoDS_Shape S)

Initializes the algorithm on the shape <S>.

◆ IsDone()

Standard_Boolean LocOpe_Generator::IsDone ( ) const

◆ Perform()

void LocOpe_Generator::Perform ( const Handle< LocOpe_GeneratedShape > &  G)

◆ ResultingShape()

const TopoDS_Shape& LocOpe_Generator::ResultingShape ( ) const

Returns the new shape.

◆ Shape()

const TopoDS_Shape& LocOpe_Generator::Shape ( ) const

Returns the initial shape.


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