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

data structure for all information related to the fillet and to 2 faces vis a vis More...

#include <ChFiDS_SurfData.hxx>

Inheritance diagram for ChFiDS_SurfData:
Inheritance graph
[legend]

Public Member Functions

 ChFiDS_SurfData ()
 
void Copy (const occ::handle< ChFiDS_SurfData > &Other)
 
int IndexOfS1 () const
 
int IndexOfS2 () const
 
bool IsOnCurve1 () const
 
bool IsOnCurve2 () const
 
int IndexOfC1 () const
 
int IndexOfC2 () const
 
int Surf () const
 
TopAbs_Orientation Orientation () const
 
const ChFiDS_FaceInterferenceInterferenceOnS1 () const
 
const ChFiDS_FaceInterferenceInterferenceOnS2 () const
 
const ChFiDS_CommonPointVertexFirstOnS1 () const
 
const ChFiDS_CommonPointVertexFirstOnS2 () const
 
const ChFiDS_CommonPointVertexLastOnS1 () const
 
const ChFiDS_CommonPointVertexLastOnS2 () const
 
void ChangeIndexOfS1 (const int Index)
 
void ChangeIndexOfS2 (const int Index)
 
void ChangeSurf (const int Index)
 
void SetIndexOfC1 (const int Index)
 
void SetIndexOfC2 (const int Index)
 
TopAbs_OrientationChangeOrientation ()
 
ChFiDS_FaceInterferenceChangeInterferenceOnS1 ()
 
ChFiDS_FaceInterferenceChangeInterferenceOnS2 ()
 
ChFiDS_CommonPointChangeVertexFirstOnS1 ()
 
ChFiDS_CommonPointChangeVertexFirstOnS2 ()
 
ChFiDS_CommonPointChangeVertexLastOnS1 ()
 
ChFiDS_CommonPointChangeVertexLastOnS2 ()
 
const ChFiDS_FaceInterferenceInterference (const int OnS) const
 
ChFiDS_FaceInterferenceChangeInterference (const int OnS)
 
int Index (const int OfS) const
 
const ChFiDS_CommonPointVertex (const bool First, const int OnS) const
 returns one of the four vertices whether First is true or wrong and OnS equals 1 or 2.
 
ChFiDS_CommonPointChangeVertex (const bool First, const int OnS)
 returns one of the four vertices whether First is true or wrong and OnS equals 1 or 2.
 
bool IsOnCurve (const int OnS) const
 
int IndexOfC (const int OnS) const
 
double FirstSpineParam () const
 
double LastSpineParam () const
 
void FirstSpineParam (const double Par)
 
void LastSpineParam (const double Par)
 
double FirstExtensionValue () const
 
double LastExtensionValue () const
 
void FirstExtensionValue (const double Extend)
 
void LastExtensionValue (const double Extend)
 
occ::handle< Standard_TransientSimul () const
 
void SetSimul (const occ::handle< Standard_Transient > &S)
 
void ResetSimul ()
 
gp_Pnt2d Get2dPoints (const bool First, const int OnS) const
 
void Get2dPoints (gp_Pnt2d &P2df1, gp_Pnt2d &P2dl1, gp_Pnt2d &P2df2, gp_Pnt2d &P2dl2) const
 
void Set2dPoints (const gp_Pnt2d &P2df1, const gp_Pnt2d &P2dl1, const gp_Pnt2d &P2df2, const gp_Pnt2d &P2dl2)
 
bool TwistOnS1 () const
 
bool TwistOnS2 () const
 
void TwistOnS1 (const bool T)
 
void TwistOnS2 (const bool T)
 
- 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 structure for all information related to the fillet and to 2 faces vis a vis

Constructor & Destructor Documentation

◆ ChFiDS_SurfData()

ChFiDS_SurfData::ChFiDS_SurfData ( )

Member Function Documentation

◆ ChangeIndexOfS1()

void ChFiDS_SurfData::ChangeIndexOfS1 ( const int Index)

◆ ChangeIndexOfS2()

void ChFiDS_SurfData::ChangeIndexOfS2 ( const int Index)

◆ ChangeInterference()

ChFiDS_FaceInterference & ChFiDS_SurfData::ChangeInterference ( const int OnS)

◆ ChangeInterferenceOnS1()

ChFiDS_FaceInterference & ChFiDS_SurfData::ChangeInterferenceOnS1 ( )

◆ ChangeInterferenceOnS2()

ChFiDS_FaceInterference & ChFiDS_SurfData::ChangeInterferenceOnS2 ( )

◆ ChangeOrientation()

TopAbs_Orientation & ChFiDS_SurfData::ChangeOrientation ( )

◆ ChangeSurf()

void ChFiDS_SurfData::ChangeSurf ( const int Index)

◆ ChangeVertex()

ChFiDS_CommonPoint & ChFiDS_SurfData::ChangeVertex ( const bool First,
const int OnS )

returns one of the four vertices whether First is true or wrong and OnS equals 1 or 2.

◆ ChangeVertexFirstOnS1()

ChFiDS_CommonPoint & ChFiDS_SurfData::ChangeVertexFirstOnS1 ( )

◆ ChangeVertexFirstOnS2()

ChFiDS_CommonPoint & ChFiDS_SurfData::ChangeVertexFirstOnS2 ( )

◆ ChangeVertexLastOnS1()

ChFiDS_CommonPoint & ChFiDS_SurfData::ChangeVertexLastOnS1 ( )

◆ ChangeVertexLastOnS2()

ChFiDS_CommonPoint & ChFiDS_SurfData::ChangeVertexLastOnS2 ( )

◆ Copy()

void ChFiDS_SurfData::Copy ( const occ::handle< ChFiDS_SurfData > & Other)

◆ FirstExtensionValue() [1/2]

double ChFiDS_SurfData::FirstExtensionValue ( ) const

◆ FirstExtensionValue() [2/2]

void ChFiDS_SurfData::FirstExtensionValue ( const double Extend)

◆ FirstSpineParam() [1/2]

double ChFiDS_SurfData::FirstSpineParam ( ) const

◆ FirstSpineParam() [2/2]

void ChFiDS_SurfData::FirstSpineParam ( const double Par)

◆ Get2dPoints() [1/2]

gp_Pnt2d ChFiDS_SurfData::Get2dPoints ( const bool First,
const int OnS ) const

◆ Get2dPoints() [2/2]

void ChFiDS_SurfData::Get2dPoints ( gp_Pnt2d & P2df1,
gp_Pnt2d & P2dl1,
gp_Pnt2d & P2df2,
gp_Pnt2d & P2dl2 ) const

◆ Index()

int ChFiDS_SurfData::Index ( const int OfS) const

◆ IndexOfC()

int ChFiDS_SurfData::IndexOfC ( const int OnS) const

◆ IndexOfC1()

int ChFiDS_SurfData::IndexOfC1 ( ) const

◆ IndexOfC2()

int ChFiDS_SurfData::IndexOfC2 ( ) const

◆ IndexOfS1()

int ChFiDS_SurfData::IndexOfS1 ( ) const

◆ IndexOfS2()

int ChFiDS_SurfData::IndexOfS2 ( ) const

◆ Interference()

const ChFiDS_FaceInterference & ChFiDS_SurfData::Interference ( const int OnS) const

◆ InterferenceOnS1()

const ChFiDS_FaceInterference & ChFiDS_SurfData::InterferenceOnS1 ( ) const

◆ InterferenceOnS2()

const ChFiDS_FaceInterference & ChFiDS_SurfData::InterferenceOnS2 ( ) const

◆ IsOnCurve()

bool ChFiDS_SurfData::IsOnCurve ( const int OnS) const

◆ IsOnCurve1()

bool ChFiDS_SurfData::IsOnCurve1 ( ) const

◆ IsOnCurve2()

bool ChFiDS_SurfData::IsOnCurve2 ( ) const

◆ LastExtensionValue() [1/2]

double ChFiDS_SurfData::LastExtensionValue ( ) const

◆ LastExtensionValue() [2/2]

void ChFiDS_SurfData::LastExtensionValue ( const double Extend)

◆ LastSpineParam() [1/2]

double ChFiDS_SurfData::LastSpineParam ( ) const

◆ LastSpineParam() [2/2]

void ChFiDS_SurfData::LastSpineParam ( const double Par)

◆ Orientation()

TopAbs_Orientation ChFiDS_SurfData::Orientation ( ) const

◆ ResetSimul()

void ChFiDS_SurfData::ResetSimul ( )

◆ Set2dPoints()

void ChFiDS_SurfData::Set2dPoints ( const gp_Pnt2d & P2df1,
const gp_Pnt2d & P2dl1,
const gp_Pnt2d & P2df2,
const gp_Pnt2d & P2dl2 )

◆ SetIndexOfC1()

void ChFiDS_SurfData::SetIndexOfC1 ( const int Index)

◆ SetIndexOfC2()

void ChFiDS_SurfData::SetIndexOfC2 ( const int Index)

◆ SetSimul()

void ChFiDS_SurfData::SetSimul ( const occ::handle< Standard_Transient > & S)

◆ Simul()

occ::handle< Standard_Transient > ChFiDS_SurfData::Simul ( ) const

◆ Surf()

int ChFiDS_SurfData::Surf ( ) const

◆ TwistOnS1() [1/2]

bool ChFiDS_SurfData::TwistOnS1 ( ) const

◆ TwistOnS1() [2/2]

void ChFiDS_SurfData::TwistOnS1 ( const bool T)

◆ TwistOnS2() [1/2]

bool ChFiDS_SurfData::TwistOnS2 ( ) const

◆ TwistOnS2() [2/2]

void ChFiDS_SurfData::TwistOnS2 ( const bool T)

◆ Vertex()

const ChFiDS_CommonPoint & ChFiDS_SurfData::Vertex ( const bool First,
const int OnS ) const

returns one of the four vertices whether First is true or wrong and OnS equals 1 or 2.

◆ VertexFirstOnS1()

const ChFiDS_CommonPoint & ChFiDS_SurfData::VertexFirstOnS1 ( ) const

◆ VertexFirstOnS2()

const ChFiDS_CommonPoint & ChFiDS_SurfData::VertexFirstOnS2 ( ) const

◆ VertexLastOnS1()

const ChFiDS_CommonPoint & ChFiDS_SurfData::VertexLastOnS1 ( ) const

◆ VertexLastOnS2()

const ChFiDS_CommonPoint & ChFiDS_SurfData::VertexLastOnS2 ( ) const

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