Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
BRepFill_CompatibleWires Class Reference

Constructs a sequence of Wires (with good orientation and origin) agreed each other so that the surface passing through these sections is not twisted. More...

#include <BRepFill_CompatibleWires.hxx>

Public Member Functions

 BRepFill_CompatibleWires ()
 
 BRepFill_CompatibleWires (const NCollection_Sequence< TopoDS_Shape > &Sections)
 
void Init (const NCollection_Sequence< TopoDS_Shape > &Sections)
 
void SetPercent (const double percent=0.01)
 
void Perform (const bool WithRotation=true)
 Performs CompatibleWires According to the orientation and the origin of each other.
 
bool IsDone () const
 
BRepFill_ThruSectionErrorStatus GetStatus () const
 
const NCollection_Sequence< TopoDS_Shape > & Shape () const
 returns the generated sequence.
 
const NCollection_List< TopoDS_Shape > & GeneratedShapes (const TopoDS_Edge &SubSection) const
 Returns the shapes created from a subshape <SubSection> of a section.
 
const NCollection_DataMap< TopoDS_Shape, NCollection_List< TopoDS_Shape >, TopTools_ShapeMapHasher > & Generated () const
 
bool IsDegeneratedFirstSection () const
 
bool IsDegeneratedLastSection () const
 

Detailed Description

Constructs a sequence of Wires (with good orientation and origin) agreed each other so that the surface passing through these sections is not twisted.

Constructor & Destructor Documentation

◆ BRepFill_CompatibleWires() [1/2]

BRepFill_CompatibleWires::BRepFill_CompatibleWires ( )

◆ BRepFill_CompatibleWires() [2/2]

BRepFill_CompatibleWires::BRepFill_CompatibleWires ( const NCollection_Sequence< TopoDS_Shape > & Sections)

Member Function Documentation

◆ Generated()

const NCollection_DataMap< TopoDS_Shape, NCollection_List< TopoDS_Shape >, TopTools_ShapeMapHasher > & BRepFill_CompatibleWires::Generated ( ) const

◆ GeneratedShapes()

const NCollection_List< TopoDS_Shape > & BRepFill_CompatibleWires::GeneratedShapes ( const TopoDS_Edge & SubSection) const

Returns the shapes created from a subshape <SubSection> of a section.

◆ GetStatus()

BRepFill_ThruSectionErrorStatus BRepFill_CompatibleWires::GetStatus ( ) const
inline

◆ Init()

void BRepFill_CompatibleWires::Init ( const NCollection_Sequence< TopoDS_Shape > & Sections)

◆ IsDegeneratedFirstSection()

bool BRepFill_CompatibleWires::IsDegeneratedFirstSection ( ) const

◆ IsDegeneratedLastSection()

bool BRepFill_CompatibleWires::IsDegeneratedLastSection ( ) const

◆ IsDone()

bool BRepFill_CompatibleWires::IsDone ( ) const

◆ Perform()

void BRepFill_CompatibleWires::Perform ( const bool WithRotation = true)

Performs CompatibleWires According to the orientation and the origin of each other.

◆ SetPercent()

void BRepFill_CompatibleWires::SetPercent ( const double percent = 0.01)

◆ Shape()

const NCollection_Sequence< TopoDS_Shape > & BRepFill_CompatibleWires::Shape ( ) const

returns the generated sequence.


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