Open CASCADE Technology  7.3.0
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 Handle< ChFiDS_SurfData > &Other)
 
Standard_Integer IndexOfS1 () const
 
Standard_Integer IndexOfS2 () const
 
Standard_Boolean IsOnCurve1 () const
 
Standard_Boolean IsOnCurve2 () const
 
Standard_Integer IndexOfC1 () const
 
Standard_Integer IndexOfC2 () const
 
Standard_Integer 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 Standard_Integer Index)
 
void ChangeIndexOfS2 (const Standard_Integer Index)
 
void ChangeSurf (const Standard_Integer Index)
 
void SetIndexOfC1 (const Standard_Integer Index)
 
void SetIndexOfC2 (const Standard_Integer Index)
 
TopAbs_OrientationChangeOrientation ()
 
ChFiDS_FaceInterferenceChangeInterferenceOnS1 ()
 
ChFiDS_FaceInterferenceChangeInterferenceOnS2 ()
 
ChFiDS_CommonPointChangeVertexFirstOnS1 ()
 
ChFiDS_CommonPointChangeVertexFirstOnS2 ()
 
ChFiDS_CommonPointChangeVertexLastOnS1 ()
 
ChFiDS_CommonPointChangeVertexLastOnS2 ()
 
const ChFiDS_FaceInterferenceInterference (const Standard_Integer OnS) const
 
ChFiDS_FaceInterferenceChangeInterference (const Standard_Integer OnS)
 
Standard_Integer Index (const Standard_Integer OfS) const
 
const ChFiDS_CommonPointVertex (const Standard_Boolean First, const Standard_Integer OnS) const
 returns one of the four vertices wether First is true or wrong and OnS equals 1 or 2. More...
 
ChFiDS_CommonPointChangeVertex (const Standard_Boolean First, const Standard_Integer OnS)
 returns one of the four vertices wether First is true or wrong and OnS equals 1 or 2. More...
 
Standard_Boolean IsOnCurve (const Standard_Integer OnS) const
 
Standard_Integer IndexOfC (const Standard_Integer OnS) const
 
Standard_Real FirstSpineParam () const
 
Standard_Real LastSpineParam () const
 
void FirstSpineParam (const Standard_Real Par)
 
void LastSpineParam (const Standard_Real Par)
 
Standard_Real FirstExtensionValue () const
 
Standard_Real LastExtensionValue () const
 
void FirstExtensionValue (const Standard_Real Extend)
 
void LastExtensionValue (const Standard_Real Extend)
 
Handle< Standard_TransientSimul () const
 
void SetSimul (const Handle< Standard_Transient > &S)
 
void ResetSimul ()
 
gp_Pnt2d Get2dPoints (const Standard_Boolean First, const Standard_Integer 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)
 
Standard_Boolean TwistOnS1 () const
 
Standard_Boolean TwistOnS2 () const
 
void TwistOnS1 (const Standard_Boolean T)
 
void TwistOnS2 (const Standard_Boolean T)
 
- Public Member Functions inherited from Standard_Transient
 Standard_Transient ()
 Empty constructor. More...
 
 Standard_Transient (const Standard_Transient &)
 Copy constructor – does nothing. More...
 
Standard_Transientoperator= (const Standard_Transient &)
 Assignment operator, needed to avoid copying reference counter. More...
 
virtual ~Standard_Transient ()
 Destructor must be virtual. More...
 
virtual void Delete () const
 Memory deallocator for transient classes. More...
 
virtual const opencascade::handle< Standard_Type > & DynamicType () const
 Returns a type descriptor about this object. More...
 
Standard_Boolean IsInstance (const opencascade::handle< Standard_Type > &theType) const
 Returns a true value if this is an instance of Type. More...
 
Standard_Boolean IsInstance (const Standard_CString theTypeName) const
 Returns a true value if this is an instance of TypeName. More...
 
Standard_Boolean 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. More...
 
Standard_Boolean IsKind (const Standard_CString 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. More...
 
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. More...
 
Standard_Integer GetRefCount () const
 Get the reference counter of this object. More...
 
void IncrementRefCounter () const
 Increments the reference counter of this object. More...
 
Standard_Integer DecrementRefCounter () const
 Decrements the reference counter of this object; returns the decremented value. More...
 

Additional Inherited Members

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

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 Standard_Integer  Index)

◆ ChangeIndexOfS2()

void ChFiDS_SurfData::ChangeIndexOfS2 ( const Standard_Integer  Index)

◆ ChangeInterference()

ChFiDS_FaceInterference& ChFiDS_SurfData::ChangeInterference ( const Standard_Integer  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 Standard_Integer  Index)

◆ ChangeVertex()

ChFiDS_CommonPoint& ChFiDS_SurfData::ChangeVertex ( const Standard_Boolean  First,
const Standard_Integer  OnS 
)

returns one of the four vertices wether 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 Handle< ChFiDS_SurfData > &  Other)

◆ FirstExtensionValue() [1/2]

Standard_Real ChFiDS_SurfData::FirstExtensionValue ( ) const

◆ FirstExtensionValue() [2/2]

void ChFiDS_SurfData::FirstExtensionValue ( const Standard_Real  Extend)

◆ FirstSpineParam() [1/2]

Standard_Real ChFiDS_SurfData::FirstSpineParam ( ) const

◆ FirstSpineParam() [2/2]

void ChFiDS_SurfData::FirstSpineParam ( const Standard_Real  Par)

◆ Get2dPoints() [1/2]

gp_Pnt2d ChFiDS_SurfData::Get2dPoints ( const Standard_Boolean  First,
const Standard_Integer  OnS 
) const

◆ Get2dPoints() [2/2]

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

◆ Index()

Standard_Integer ChFiDS_SurfData::Index ( const Standard_Integer  OfS) const

◆ IndexOfC()

Standard_Integer ChFiDS_SurfData::IndexOfC ( const Standard_Integer  OnS) const

◆ IndexOfC1()

Standard_Integer ChFiDS_SurfData::IndexOfC1 ( ) const

◆ IndexOfC2()

Standard_Integer ChFiDS_SurfData::IndexOfC2 ( ) const

◆ IndexOfS1()

Standard_Integer ChFiDS_SurfData::IndexOfS1 ( ) const

◆ IndexOfS2()

Standard_Integer ChFiDS_SurfData::IndexOfS2 ( ) const

◆ Interference()

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

◆ InterferenceOnS1()

const ChFiDS_FaceInterference& ChFiDS_SurfData::InterferenceOnS1 ( ) const

◆ InterferenceOnS2()

const ChFiDS_FaceInterference& ChFiDS_SurfData::InterferenceOnS2 ( ) const

◆ IsOnCurve()

Standard_Boolean ChFiDS_SurfData::IsOnCurve ( const Standard_Integer  OnS) const

◆ IsOnCurve1()

Standard_Boolean ChFiDS_SurfData::IsOnCurve1 ( ) const

◆ IsOnCurve2()

Standard_Boolean ChFiDS_SurfData::IsOnCurve2 ( ) const

◆ LastExtensionValue() [1/2]

Standard_Real ChFiDS_SurfData::LastExtensionValue ( ) const

◆ LastExtensionValue() [2/2]

void ChFiDS_SurfData::LastExtensionValue ( const Standard_Real  Extend)

◆ LastSpineParam() [1/2]

Standard_Real ChFiDS_SurfData::LastSpineParam ( ) const

◆ LastSpineParam() [2/2]

void ChFiDS_SurfData::LastSpineParam ( const Standard_Real  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 Standard_Integer  Index)

◆ SetIndexOfC2()

void ChFiDS_SurfData::SetIndexOfC2 ( const Standard_Integer  Index)

◆ SetSimul()

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

◆ Simul()

Handle< Standard_Transient > ChFiDS_SurfData::Simul ( ) const

◆ Surf()

Standard_Integer ChFiDS_SurfData::Surf ( ) const

◆ TwistOnS1() [1/2]

Standard_Boolean ChFiDS_SurfData::TwistOnS1 ( ) const

◆ TwistOnS1() [2/2]

void ChFiDS_SurfData::TwistOnS1 ( const Standard_Boolean  T)

◆ TwistOnS2() [1/2]

Standard_Boolean ChFiDS_SurfData::TwistOnS2 ( ) const

◆ TwistOnS2() [2/2]

void ChFiDS_SurfData::TwistOnS2 ( const Standard_Boolean  T)

◆ Vertex()

const ChFiDS_CommonPoint& ChFiDS_SurfData::Vertex ( const Standard_Boolean  First,
const Standard_Integer  OnS 
) const

returns one of the four vertices wether 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: