Open CASCADE Technology  6.9.1
Public Member Functions | Protected Member Functions | Protected Attributes
BRepSweep_NumLinearRegularSweep Class Referenceabstract

This a generic class is used to build Sweept primitives with a generating "shape" and a directing "line". More...

#include <BRepSweep_NumLinearRegularSweep.hxx>

Inheritance diagram for BRepSweep_NumLinearRegularSweep:
Inheritance graph
[legend]

Public Member Functions

virtual TopoDS_Shape MakeEmptyVertex (const TopoDS_Shape &aGenV, const Sweep_NumShape &aDirV)=0
 Builds the vertex addressed by [aGenV,aDirV], with its geometric part, but without subcomponents. More...
 
virtual ~BRepSweep_NumLinearRegularSweep ()
 
virtual TopoDS_Shape MakeEmptyDirectingEdge (const TopoDS_Shape &aGenV, const Sweep_NumShape &aDirE)=0
 Builds the edge addressed by [aGenV,aDirE], with its geometric part, but without subcomponents. More...
 
virtual TopoDS_Shape MakeEmptyGeneratingEdge (const TopoDS_Shape &aGenE, const Sweep_NumShape &aDirV)=0
 Builds the edge addressed by [aGenE,aDirV], with its geometric part, but without subcomponents. More...
 
virtual void SetParameters (const TopoDS_Shape &aNewFace, TopoDS_Shape &aNewVertex, const TopoDS_Shape &aGenF, const TopoDS_Shape &aGenV, const Sweep_NumShape &aDirV)=0
 Sets the parameters of the new vertex on the new face. The new face and new vertex where generated from aGenF, aGenV and aDirV . More...
 
virtual void SetDirectingParameter (const TopoDS_Shape &aNewEdge, TopoDS_Shape &aNewVertex, const TopoDS_Shape &aGenV, const Sweep_NumShape &aDirE, const Sweep_NumShape &aDirV)=0
 Sets the parameter of the new vertex on the new edge. The new edge and new vertex where generated from aGenV aDirE, and aDirV. More...
 
virtual void SetGeneratingParameter (const TopoDS_Shape &aNewEdge, TopoDS_Shape &aNewVertex, const TopoDS_Shape &aGenE, const TopoDS_Shape &aGenV, const Sweep_NumShape &aDirV)=0
 Sets the parameter of the new vertex on the new edge. The new edge and new vertex where generated from aGenE, aGenV and aDirV . More...
 
virtual TopoDS_Shape MakeEmptyFace (const TopoDS_Shape &aGenS, const Sweep_NumShape &aDirS)=0
 Builds the face addressed by [aGenS,aDirS], with its geometric part, but without subcomponents. The couple aGenS, aDirS can be a "generating face and a directing vertex" or "a generating edge and a directing edge". More...
 
virtual void SetPCurve (const TopoDS_Shape &aNewFace, TopoDS_Shape &aNewEdge, const TopoDS_Shape &aGenF, const TopoDS_Shape &aGenE, const Sweep_NumShape &aDirV, const TopAbs_Orientation orien)=0
 Sets the PCurve for a new edge on a new face. The new edge and the new face were generated using aGenF, aGenE and aDirV. More...
 
virtual void SetGeneratingPCurve (const TopoDS_Shape &aNewFace, TopoDS_Shape &aNewEdge, const TopoDS_Shape &aGenE, const Sweep_NumShape &aDirE, const Sweep_NumShape &aDirV, const TopAbs_Orientation orien)=0
 Sets the PCurve for a new edge on a new face. The new edge and the new face were generated using aGenE, aDirE and aDirV. More...
 
virtual void SetDirectingPCurve (const TopoDS_Shape &aNewFace, TopoDS_Shape &aNewEdge, const TopoDS_Shape &aGenE, const TopoDS_Shape &aGenV, const Sweep_NumShape &aDirE, const TopAbs_Orientation orien)=0
 Sets the PCurve for a new edge on a new face. The new edge and the new face were generated using aGenE, aDirE and aGenV. More...
 
virtual TopAbs_Orientation DirectSolid (const TopoDS_Shape &aGenS, const Sweep_NumShape &aDirS)=0
 Returns the Orientation of the shell in the solid generated by the face aGenS with the edge aDirS. It is REVERSED if the surface is swept in the direction of the normal. More...
 
virtual Standard_Boolean GGDShapeIsToAdd (const TopoDS_Shape &aNewShape, const TopoDS_Shape &aNewSubShape, const TopoDS_Shape &aGenS, const TopoDS_Shape &aSubGenS, const Sweep_NumShape &aDirS) const =0
 Returns true if aNewSubShape (addressed by aSubGenS and aDirS) must be added in aNewShape (addressed by aGenS and aDirS). More...
 
virtual Standard_Boolean GDDShapeIsToAdd (const TopoDS_Shape &aNewShape, const TopoDS_Shape &aNewSubShape, const TopoDS_Shape &aGenS, const Sweep_NumShape &aDirS, const Sweep_NumShape &aSubDirS) const =0
 Returns true if aNewSubShape (addressed by aGenS and aSubDirS) must be added in aNewShape (addressed by aGenS and aDirS). More...
 
virtual Standard_Boolean SeparatedWires (const TopoDS_Shape &aNewShape, const TopoDS_Shape &aNewSubShape, const TopoDS_Shape &aGenS, const TopoDS_Shape &aSubGenS, const Sweep_NumShape &aDirS) const =0
 In some particular cases the topology of a generated face must be composed of independant closed wires, in this case this function returns true. More...
 
virtual TopoDS_Shape SplitShell (const TopoDS_Shape &aNewShape) const
 In some particular cases the topology of a generated Shell must be composed of independant closed Shells, in this case this function returns a Compound of independant Shells. More...
 
virtual void SetContinuity (const TopoDS_Shape &aGenS, const Sweep_NumShape &aDirS)=0
 Called to propagate the continuity of every vertex between two edges of the generating wire aGenS on the generated edge and faces. More...
 
virtual Standard_Boolean HasShape (const TopoDS_Shape &aGenS, const Sweep_NumShape &aDirS) const =0
 Returns true if aDirS and aGenS addresses a resulting Shape. In some specific cases the shape can be geometrically inexsistant, then this function returns false. More...
 
TopoDS_Shape Shape (const TopoDS_Shape &aGenS, const Sweep_NumShape &aDirS)
 Returns the resulting Shape indexed by aDirS and aGenS. More...
 
TopoDS_Shape Shape (const TopoDS_Shape &aGenS)
 Returns the resulting Shape indexed by myDirWire and aGenS. More...
 
TopoDS_Shape Shape ()
 Returns the resulting Shape indexed by myDirWire and myGenShape. More...
 
TopoDS_Shape FirstShape ()
 Returns the resulting Shape indexed by the first Vertex of myDirWire and myGenShape. More...
 
TopoDS_Shape LastShape ()
 Returns the resulting Shape indexed by the last Vertex of myDirWire and myGenShape. More...
 
TopoDS_Shape FirstShape (const TopoDS_Shape &aGenS)
 Returns the resulting Shape indexed by the first Vertex of myDirWire and aGenS. More...
 
TopoDS_Shape LastShape (const TopoDS_Shape &aGenS)
 Returns the resulting Shape indexed by the last Vertex of myDirWire and aGenS. More...
 
Standard_Boolean Closed () const
 

Protected Member Functions

 BRepSweep_NumLinearRegularSweep (const BRepSweep_Builder &aBuilder, const TopoDS_Shape &aGenShape, const Sweep_NumShape &aDirWire)
 Creates a NumLinearRegularSweep. <aBuilder> gives basic topological services. More...
 

Protected Attributes

BRepSweep_Builder myBuilder
 
TopoDS_Shape myGenShape
 
Sweep_NumShape myDirWire
 
BRepSweep_Tool myGenShapeTool
 
Sweep_NumShapeTool myDirShapeTool
 
TopTools_Array2OfShape myShapes
 
TColStd_Array2OfBoolean myBuiltShapes
 

Detailed Description

This a generic class is used to build Sweept primitives with a generating "shape" and a directing "line".

The indexation and type analysis services required for the generatrix are given by <Tool from="" brepsweep>="">.

The indexation and type analysis services required for the directrix are given by <NumShapeTool from="" sweep>="">.

The iteration services required for the generatrix are given by <Iterator from="" brepsweep>="">.

The iteration services required for the directrix are given by <NumShapeIterator from="" sweep>="">.

The topology is like a grid of shapes. Each shape of the grid must be addressable without confusion by one or two objects from the generating or directing shapes. Here are exemples of correct associations to address:

"GenObject" is used to identify an object from the Generating Shape, and "DirObject" from the Directing Shape. So may they be from different types.

The method Has... is given because in some special cases, a vertex, an edge or a face may be geometricaly nonexistant or not usefull.

Constructor & Destructor Documentation

virtual BRepSweep_NumLinearRegularSweep::~BRepSweep_NumLinearRegularSweep ( )
virtual
BRepSweep_NumLinearRegularSweep::BRepSweep_NumLinearRegularSweep ( const BRepSweep_Builder aBuilder,
const TopoDS_Shape aGenShape,
const Sweep_NumShape aDirWire 
)
protected

Creates a NumLinearRegularSweep. <aBuilder> gives basic topological services.

Member Function Documentation

Standard_Boolean BRepSweep_NumLinearRegularSweep::Closed ( ) const
virtual TopAbs_Orientation BRepSweep_NumLinearRegularSweep::DirectSolid ( const TopoDS_Shape aGenS,
const Sweep_NumShape aDirS 
)
pure virtual

Returns the Orientation of the shell in the solid generated by the face aGenS with the edge aDirS. It is REVERSED if the surface is swept in the direction of the normal.

Implemented in BRepSweep_Rotation, and BRepSweep_Translation.

TopoDS_Shape BRepSweep_NumLinearRegularSweep::FirstShape ( )

Returns the resulting Shape indexed by the first Vertex of myDirWire and myGenShape.

TopoDS_Shape BRepSweep_NumLinearRegularSweep::FirstShape ( const TopoDS_Shape aGenS)

Returns the resulting Shape indexed by the first Vertex of myDirWire and aGenS.

virtual Standard_Boolean BRepSweep_NumLinearRegularSweep::GDDShapeIsToAdd ( const TopoDS_Shape aNewShape,
const TopoDS_Shape aNewSubShape,
const TopoDS_Shape aGenS,
const Sweep_NumShape aDirS,
const Sweep_NumShape aSubDirS 
) const
pure virtual

Returns true if aNewSubShape (addressed by aGenS and aSubDirS) must be added in aNewShape (addressed by aGenS and aDirS).

Implemented in BRepSweep_Trsf, BRepSweep_Rotation, and BRepSweep_Translation.

virtual Standard_Boolean BRepSweep_NumLinearRegularSweep::GGDShapeIsToAdd ( const TopoDS_Shape aNewShape,
const TopoDS_Shape aNewSubShape,
const TopoDS_Shape aGenS,
const TopoDS_Shape aSubGenS,
const Sweep_NumShape aDirS 
) const
pure virtual

Returns true if aNewSubShape (addressed by aSubGenS and aDirS) must be added in aNewShape (addressed by aGenS and aDirS).

Implemented in BRepSweep_Trsf, BRepSweep_Rotation, and BRepSweep_Translation.

virtual Standard_Boolean BRepSweep_NumLinearRegularSweep::HasShape ( const TopoDS_Shape aGenS,
const Sweep_NumShape aDirS 
) const
pure virtual

Returns true if aDirS and aGenS addresses a resulting Shape. In some specific cases the shape can be geometrically inexsistant, then this function returns false.

Implemented in BRepSweep_Rotation, BRepSweep_Trsf, and BRepSweep_Translation.

TopoDS_Shape BRepSweep_NumLinearRegularSweep::LastShape ( )

Returns the resulting Shape indexed by the last Vertex of myDirWire and myGenShape.

TopoDS_Shape BRepSweep_NumLinearRegularSweep::LastShape ( const TopoDS_Shape aGenS)

Returns the resulting Shape indexed by the last Vertex of myDirWire and aGenS.

virtual TopoDS_Shape BRepSweep_NumLinearRegularSweep::MakeEmptyDirectingEdge ( const TopoDS_Shape aGenV,
const Sweep_NumShape aDirE 
)
pure virtual

Builds the edge addressed by [aGenV,aDirE], with its geometric part, but without subcomponents.

Implemented in BRepSweep_Trsf, BRepSweep_Rotation, and BRepSweep_Translation.

virtual TopoDS_Shape BRepSweep_NumLinearRegularSweep::MakeEmptyFace ( const TopoDS_Shape aGenS,
const Sweep_NumShape aDirS 
)
pure virtual

Builds the face addressed by [aGenS,aDirS], with its geometric part, but without subcomponents. The couple aGenS, aDirS can be a "generating face and a directing vertex" or "a generating edge and a directing edge".

Implemented in BRepSweep_Trsf, BRepSweep_Rotation, and BRepSweep_Translation.

virtual TopoDS_Shape BRepSweep_NumLinearRegularSweep::MakeEmptyGeneratingEdge ( const TopoDS_Shape aGenE,
const Sweep_NumShape aDirV 
)
pure virtual

Builds the edge addressed by [aGenE,aDirV], with its geometric part, but without subcomponents.

Implemented in BRepSweep_Trsf, BRepSweep_Rotation, and BRepSweep_Translation.

virtual TopoDS_Shape BRepSweep_NumLinearRegularSweep::MakeEmptyVertex ( const TopoDS_Shape aGenV,
const Sweep_NumShape aDirV 
)
pure virtual

Builds the vertex addressed by [aGenV,aDirV], with its geometric part, but without subcomponents.

Implemented in BRepSweep_Trsf, BRepSweep_Rotation, and BRepSweep_Translation.

virtual Standard_Boolean BRepSweep_NumLinearRegularSweep::SeparatedWires ( const TopoDS_Shape aNewShape,
const TopoDS_Shape aNewSubShape,
const TopoDS_Shape aGenS,
const TopoDS_Shape aSubGenS,
const Sweep_NumShape aDirS 
) const
pure virtual

In some particular cases the topology of a generated face must be composed of independant closed wires, in this case this function returns true.

Implemented in BRepSweep_Trsf, BRepSweep_Rotation, and BRepSweep_Translation.

virtual void BRepSweep_NumLinearRegularSweep::SetContinuity ( const TopoDS_Shape aGenS,
const Sweep_NumShape aDirS 
)
pure virtual

Called to propagate the continuity of every vertex between two edges of the generating wire aGenS on the generated edge and faces.

Implemented in BRepSweep_Trsf.

virtual void BRepSweep_NumLinearRegularSweep::SetDirectingParameter ( const TopoDS_Shape aNewEdge,
TopoDS_Shape aNewVertex,
const TopoDS_Shape aGenV,
const Sweep_NumShape aDirE,
const Sweep_NumShape aDirV 
)
pure virtual

Sets the parameter of the new vertex on the new edge. The new edge and new vertex where generated from aGenV aDirE, and aDirV.

Implemented in BRepSweep_Trsf, BRepSweep_Rotation, and BRepSweep_Translation.

virtual void BRepSweep_NumLinearRegularSweep::SetDirectingPCurve ( const TopoDS_Shape aNewFace,
TopoDS_Shape aNewEdge,
const TopoDS_Shape aGenE,
const TopoDS_Shape aGenV,
const Sweep_NumShape aDirE,
const TopAbs_Orientation  orien 
)
pure virtual

Sets the PCurve for a new edge on a new face. The new edge and the new face were generated using aGenE, aDirE and aGenV.

Implemented in BRepSweep_Trsf, BRepSweep_Rotation, and BRepSweep_Translation.

virtual void BRepSweep_NumLinearRegularSweep::SetGeneratingParameter ( const TopoDS_Shape aNewEdge,
TopoDS_Shape aNewVertex,
const TopoDS_Shape aGenE,
const TopoDS_Shape aGenV,
const Sweep_NumShape aDirV 
)
pure virtual

Sets the parameter of the new vertex on the new edge. The new edge and new vertex where generated from aGenE, aGenV and aDirV .

Implemented in BRepSweep_Trsf, BRepSweep_Rotation, and BRepSweep_Translation.

virtual void BRepSweep_NumLinearRegularSweep::SetGeneratingPCurve ( const TopoDS_Shape aNewFace,
TopoDS_Shape aNewEdge,
const TopoDS_Shape aGenE,
const Sweep_NumShape aDirE,
const Sweep_NumShape aDirV,
const TopAbs_Orientation  orien 
)
pure virtual

Sets the PCurve for a new edge on a new face. The new edge and the new face were generated using aGenE, aDirE and aDirV.

Implemented in BRepSweep_Trsf, BRepSweep_Rotation, and BRepSweep_Translation.

virtual void BRepSweep_NumLinearRegularSweep::SetParameters ( const TopoDS_Shape aNewFace,
TopoDS_Shape aNewVertex,
const TopoDS_Shape aGenF,
const TopoDS_Shape aGenV,
const Sweep_NumShape aDirV 
)
pure virtual

Sets the parameters of the new vertex on the new face. The new face and new vertex where generated from aGenF, aGenV and aDirV .

Implemented in BRepSweep_Trsf, BRepSweep_Rotation, and BRepSweep_Translation.

virtual void BRepSweep_NumLinearRegularSweep::SetPCurve ( const TopoDS_Shape aNewFace,
TopoDS_Shape aNewEdge,
const TopoDS_Shape aGenF,
const TopoDS_Shape aGenE,
const Sweep_NumShape aDirV,
const TopAbs_Orientation  orien 
)
pure virtual

Sets the PCurve for a new edge on a new face. The new edge and the new face were generated using aGenF, aGenE and aDirV.

Implemented in BRepSweep_Trsf, BRepSweep_Rotation, and BRepSweep_Translation.

TopoDS_Shape BRepSweep_NumLinearRegularSweep::Shape ( const TopoDS_Shape aGenS,
const Sweep_NumShape aDirS 
)

Returns the resulting Shape indexed by aDirS and aGenS.

TopoDS_Shape BRepSweep_NumLinearRegularSweep::Shape ( const TopoDS_Shape aGenS)

Returns the resulting Shape indexed by myDirWire and aGenS.

TopoDS_Shape BRepSweep_NumLinearRegularSweep::Shape ( )

Returns the resulting Shape indexed by myDirWire and myGenShape.

virtual TopoDS_Shape BRepSweep_NumLinearRegularSweep::SplitShell ( const TopoDS_Shape aNewShape) const
virtual

In some particular cases the topology of a generated Shell must be composed of independant closed Shells, in this case this function returns a Compound of independant Shells.

Reimplemented in BRepSweep_Rotation.

Field Documentation

BRepSweep_Builder BRepSweep_NumLinearRegularSweep::myBuilder
protected
TColStd_Array2OfBoolean BRepSweep_NumLinearRegularSweep::myBuiltShapes
protected
Sweep_NumShapeTool BRepSweep_NumLinearRegularSweep::myDirShapeTool
protected
Sweep_NumShape BRepSweep_NumLinearRegularSweep::myDirWire
protected
TopoDS_Shape BRepSweep_NumLinearRegularSweep::myGenShape
protected
BRepSweep_Tool BRepSweep_NumLinearRegularSweep::myGenShapeTool
protected
TopTools_Array2OfShape BRepSweep_NumLinearRegularSweep::myShapes
protected

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