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

Data characterising a band of fillet. More...

#include <ChFiDS_Stripe.hxx>

Inheritance diagram for ChFiDS_Stripe:
Inheritance graph
[legend]

Public Member Functions

 ChFiDS_Stripe ()
 
void Reset ()
 Reset everything except Spine.
 
const occ::handle< NCollection_HSequence< occ::handle< ChFiDS_SurfData > > > & SetOfSurfData () const
 
const occ::handle< ChFiDS_Spine > & Spine () const
 
TopAbs_Orientation OrientationOnFace1 () const
 
TopAbs_Orientation OrientationOnFace2 () const
 
int Choix () const
 
occ::handle< NCollection_HSequence< occ::handle< ChFiDS_SurfData > > > & ChangeSetOfSurfData ()
 
occ::handle< ChFiDS_Spine > & ChangeSpine ()
 
void OrientationOnFace1 (const TopAbs_Orientation Or1)
 
void OrientationOnFace2 (const TopAbs_Orientation Or2)
 
void Choix (const int C)
 
void FirstParameters (double &Pdeb, double &Pfin) const
 
void LastParameters (double &Pdeb, double &Pfin) const
 
void ChangeFirstParameters (const double Pdeb, const double Pfin)
 
void ChangeLastParameters (const double Pdeb, const double Pfin)
 
int FirstCurve () const
 
int LastCurve () const
 
void ChangeFirstCurve (const int Index)
 
void ChangeLastCurve (const int Index)
 
const occ::handle< Geom2d_Curve > & FirstPCurve () const
 
const occ::handle< Geom2d_Curve > & LastPCurve () const
 
occ::handle< Geom2d_Curve > & ChangeFirstPCurve ()
 
occ::handle< Geom2d_Curve > & ChangeLastPCurve ()
 
TopAbs_Orientation FirstPCurveOrientation () const
 
TopAbs_Orientation LastPCurveOrientation () const
 
void FirstPCurveOrientation (const TopAbs_Orientation O)
 
void LastPCurveOrientation (const TopAbs_Orientation O)
 
int IndexFirstPointOnS1 () const
 
int IndexFirstPointOnS2 () const
 
int IndexLastPointOnS1 () const
 
int IndexLastPointOnS2 () const
 
void ChangeIndexFirstPointOnS1 (const int Index)
 
void ChangeIndexFirstPointOnS2 (const int Index)
 
void ChangeIndexLastPointOnS1 (const int Index)
 
void ChangeIndexLastPointOnS2 (const int Index)
 
void Parameters (const bool First, double &Pdeb, double &Pfin) const
 
void SetParameters (const bool First, const double Pdeb, const double Pfin)
 
int Curve (const bool First) const
 
void SetCurve (const int Index, const bool First)
 
const occ::handle< Geom2d_Curve > & PCurve (const bool First) const
 
occ::handle< Geom2d_Curve > & ChangePCurve (const bool First)
 
TopAbs_Orientation Orientation (const int OnS) const
 
void SetOrientation (const TopAbs_Orientation Or, const int OnS)
 
TopAbs_Orientation Orientation (const bool First) const
 
void SetOrientation (const TopAbs_Orientation Or, const bool First)
 
int IndexPoint (const bool First, const int OnS) const
 
void SetIndexPoint (const int Index, const bool First, const int OnS)
 
int SolidIndex () const
 
void SetSolidIndex (const int Index)
 
void InDS (const bool First, const int Nb=1)
 Set nb of SurfData's at end put in DS.
 
int IsInDS (const bool First) const
 Returns nb of SurfData's at end being in DS.
 
- Public Member Functions inherited from Standard_Transient
 Standard_Transient ()
 Empty constructor.
 
 Standard_Transient (const Standard_Transient &)
 Copy constructor – does nothing.
 
Standard_Transientoperator= (const Standard_Transient &)
 Assignment operator, needed to avoid copying reference counter.
 
virtual ~Standard_Transient ()=default
 Destructor must be virtual.
 
virtual const opencascade::handle< Standard_Type > & DynamicType () const
 Returns a type descriptor about this object.
 
bool IsInstance (const opencascade::handle< Standard_Type > &theType) const
 Returns a true value if this is an instance of Type.
 
bool IsInstance (const char *const theTypeName) const
 Returns a true value if this is an instance of TypeName.
 
bool IsKind (const opencascade::handle< Standard_Type > &theType) const
 Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism.
 
bool IsKind (const char *const theTypeName) const
 Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism.
 
Standard_TransientThis () const
 Returns non-const pointer to this object (like const_cast). For protection against creating handle to objects allocated in stack or call from constructor, it will raise exception Standard_ProgramError if reference counter is zero.
 
int GetRefCount () const noexcept
 Get the reference counter of this object.
 
void IncrementRefCounter () noexcept
 Increments the reference counter of this object. Uses relaxed memory ordering since incrementing only requires atomicity, not synchronization with other memory operations.
 
int DecrementRefCounter () noexcept
 Decrements the reference counter of this object; returns the decremented value. Uses release ordering for the decrement to ensure all writes to the object are visible before the count reaches zero. An acquire fence is added only when the count reaches zero, ensuring proper synchronization before deletion. This is more efficient than using acq_rel for every decrement.
 
virtual void Delete () const
 Memory deallocator for transient classes.
 

Additional Inherited Members

- Public Types inherited from Standard_Transient
typedef void base_type
 Returns a type descriptor about this object.
 
- Static Public Member Functions inherited from Standard_Transient
static constexpr const charget_type_name ()
 Returns a type descriptor about this object.
 
static const opencascade::handle< Standard_Type > & get_type_descriptor ()
 Returns type descriptor of Standard_Transient class.
 

Detailed Description

Data characterising a band of fillet.

Constructor & Destructor Documentation

◆ ChFiDS_Stripe()

ChFiDS_Stripe::ChFiDS_Stripe ( )

Member Function Documentation

◆ ChangeFirstCurve()

void ChFiDS_Stripe::ChangeFirstCurve ( const int Index)

◆ ChangeFirstParameters()

void ChFiDS_Stripe::ChangeFirstParameters ( const double Pdeb,
const double Pfin )

◆ ChangeFirstPCurve()

occ::handle< Geom2d_Curve > & ChFiDS_Stripe::ChangeFirstPCurve ( )

◆ ChangeIndexFirstPointOnS1()

void ChFiDS_Stripe::ChangeIndexFirstPointOnS1 ( const int Index)

◆ ChangeIndexFirstPointOnS2()

void ChFiDS_Stripe::ChangeIndexFirstPointOnS2 ( const int Index)

◆ ChangeIndexLastPointOnS1()

void ChFiDS_Stripe::ChangeIndexLastPointOnS1 ( const int Index)

◆ ChangeIndexLastPointOnS2()

void ChFiDS_Stripe::ChangeIndexLastPointOnS2 ( const int Index)

◆ ChangeLastCurve()

void ChFiDS_Stripe::ChangeLastCurve ( const int Index)

◆ ChangeLastParameters()

void ChFiDS_Stripe::ChangeLastParameters ( const double Pdeb,
const double Pfin )

◆ ChangeLastPCurve()

occ::handle< Geom2d_Curve > & ChFiDS_Stripe::ChangeLastPCurve ( )

◆ ChangePCurve()

occ::handle< Geom2d_Curve > & ChFiDS_Stripe::ChangePCurve ( const bool First)

◆ ChangeSetOfSurfData()

occ::handle< NCollection_HSequence< occ::handle< ChFiDS_SurfData > > > & ChFiDS_Stripe::ChangeSetOfSurfData ( )

◆ ChangeSpine()

occ::handle< ChFiDS_Spine > & ChFiDS_Stripe::ChangeSpine ( )

◆ Choix() [1/2]

int ChFiDS_Stripe::Choix ( ) const

◆ Choix() [2/2]

void ChFiDS_Stripe::Choix ( const int C)

◆ Curve()

int ChFiDS_Stripe::Curve ( const bool First) const

◆ FirstCurve()

int ChFiDS_Stripe::FirstCurve ( ) const

◆ FirstParameters()

void ChFiDS_Stripe::FirstParameters ( double & Pdeb,
double & Pfin ) const

◆ FirstPCurve()

const occ::handle< Geom2d_Curve > & ChFiDS_Stripe::FirstPCurve ( ) const

◆ FirstPCurveOrientation() [1/2]

TopAbs_Orientation ChFiDS_Stripe::FirstPCurveOrientation ( ) const

◆ FirstPCurveOrientation() [2/2]

void ChFiDS_Stripe::FirstPCurveOrientation ( const TopAbs_Orientation O)

◆ IndexFirstPointOnS1()

int ChFiDS_Stripe::IndexFirstPointOnS1 ( ) const

◆ IndexFirstPointOnS2()

int ChFiDS_Stripe::IndexFirstPointOnS2 ( ) const

◆ IndexLastPointOnS1()

int ChFiDS_Stripe::IndexLastPointOnS1 ( ) const

◆ IndexLastPointOnS2()

int ChFiDS_Stripe::IndexLastPointOnS2 ( ) const

◆ IndexPoint()

int ChFiDS_Stripe::IndexPoint ( const bool First,
const int OnS ) const

◆ InDS()

void ChFiDS_Stripe::InDS ( const bool First,
const int Nb = 1 )

Set nb of SurfData's at end put in DS.

◆ IsInDS()

int ChFiDS_Stripe::IsInDS ( const bool First) const

Returns nb of SurfData's at end being in DS.

◆ LastCurve()

int ChFiDS_Stripe::LastCurve ( ) const

◆ LastParameters()

void ChFiDS_Stripe::LastParameters ( double & Pdeb,
double & Pfin ) const

◆ LastPCurve()

const occ::handle< Geom2d_Curve > & ChFiDS_Stripe::LastPCurve ( ) const

◆ LastPCurveOrientation() [1/2]

TopAbs_Orientation ChFiDS_Stripe::LastPCurveOrientation ( ) const

◆ LastPCurveOrientation() [2/2]

void ChFiDS_Stripe::LastPCurveOrientation ( const TopAbs_Orientation O)

◆ Orientation() [1/2]

TopAbs_Orientation ChFiDS_Stripe::Orientation ( const bool First) const

◆ Orientation() [2/2]

TopAbs_Orientation ChFiDS_Stripe::Orientation ( const int OnS) const

◆ OrientationOnFace1() [1/2]

TopAbs_Orientation ChFiDS_Stripe::OrientationOnFace1 ( ) const

◆ OrientationOnFace1() [2/2]

void ChFiDS_Stripe::OrientationOnFace1 ( const TopAbs_Orientation Or1)

◆ OrientationOnFace2() [1/2]

TopAbs_Orientation ChFiDS_Stripe::OrientationOnFace2 ( ) const

◆ OrientationOnFace2() [2/2]

void ChFiDS_Stripe::OrientationOnFace2 ( const TopAbs_Orientation Or2)

◆ Parameters()

void ChFiDS_Stripe::Parameters ( const bool First,
double & Pdeb,
double & Pfin ) const

◆ PCurve()

const occ::handle< Geom2d_Curve > & ChFiDS_Stripe::PCurve ( const bool First) const

◆ Reset()

void ChFiDS_Stripe::Reset ( )

Reset everything except Spine.

◆ SetCurve()

void ChFiDS_Stripe::SetCurve ( const int Index,
const bool First )

◆ SetIndexPoint()

void ChFiDS_Stripe::SetIndexPoint ( const int Index,
const bool First,
const int OnS )

◆ SetOfSurfData()

const occ::handle< NCollection_HSequence< occ::handle< ChFiDS_SurfData > > > & ChFiDS_Stripe::SetOfSurfData ( ) const

◆ SetOrientation() [1/2]

void ChFiDS_Stripe::SetOrientation ( const TopAbs_Orientation Or,
const bool First )

◆ SetOrientation() [2/2]

void ChFiDS_Stripe::SetOrientation ( const TopAbs_Orientation Or,
const int OnS )

◆ SetParameters()

void ChFiDS_Stripe::SetParameters ( const bool First,
const double Pdeb,
const double Pfin )

◆ SetSolidIndex()

void ChFiDS_Stripe::SetSolidIndex ( const int Index)

◆ SolidIndex()

int ChFiDS_Stripe::SolidIndex ( ) const

◆ Spine()

const occ::handle< ChFiDS_Spine > & ChFiDS_Stripe::Spine ( ) const

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