Open CASCADE Technology  7.2.0
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. More...
 
const Handle< ChFiDS_HData > & SetOfSurfData () const
 
const Handle< ChFiDS_Spine > & Spine () const
 
TopAbs_Orientation OrientationOnFace1 () const
 
TopAbs_Orientation OrientationOnFace2 () const
 
Standard_Integer Choix () const
 
Handle< ChFiDS_HData > & ChangeSetOfSurfData ()
 
Handle< ChFiDS_Spine > & ChangeSpine ()
 
void OrientationOnFace1 (const TopAbs_Orientation Or1)
 
void OrientationOnFace2 (const TopAbs_Orientation Or2)
 
void Choix (const Standard_Integer C)
 
void FirstParameters (Standard_Real &Pdeb, Standard_Real &Pfin) const
 
void LastParameters (Standard_Real &Pdeb, Standard_Real &Pfin) const
 
void ChangeFirstParameters (const Standard_Real Pdeb, const Standard_Real Pfin)
 
void ChangeLastParameters (const Standard_Real Pdeb, const Standard_Real Pfin)
 
Standard_Integer FirstCurve () const
 
Standard_Integer LastCurve () const
 
void ChangeFirstCurve (const Standard_Integer Index)
 
void ChangeLastCurve (const Standard_Integer Index)
 
const Handle< Geom2d_Curve > & FirstPCurve () const
 
const Handle< Geom2d_Curve > & LastPCurve () const
 
Handle< Geom2d_Curve > & ChangeFirstPCurve ()
 
Handle< Geom2d_Curve > & ChangeLastPCurve ()
 
TopAbs_Orientation FirstPCurveOrientation () const
 
TopAbs_Orientation LastPCurveOrientation () const
 
void FirstPCurveOrientation (const TopAbs_Orientation O)
 
void LastPCurveOrientation (const TopAbs_Orientation O)
 
Standard_Integer IndexFirstPointOnS1 () const
 
Standard_Integer IndexFirstPointOnS2 () const
 
Standard_Integer IndexLastPointOnS1 () const
 
Standard_Integer IndexLastPointOnS2 () const
 
void ChangeIndexFirstPointOnS1 (const Standard_Integer Index)
 
void ChangeIndexFirstPointOnS2 (const Standard_Integer Index)
 
void ChangeIndexLastPointOnS1 (const Standard_Integer Index)
 
void ChangeIndexLastPointOnS2 (const Standard_Integer Index)
 
void Parameters (const Standard_Boolean First, Standard_Real &Pdeb, Standard_Real &Pfin) const
 
void SetParameters (const Standard_Boolean First, const Standard_Real Pdeb, const Standard_Real Pfin)
 
Standard_Integer Curve (const Standard_Boolean First) const
 
void SetCurve (const Standard_Integer Index, const Standard_Boolean First)
 
const Handle< Geom2d_Curve > & PCurve (const Standard_Boolean First) const
 
Handle< Geom2d_Curve > & ChangePCurve (const Standard_Boolean First)
 
TopAbs_Orientation Orientation (const Standard_Integer OnS) const
 
void SetOrientation (const TopAbs_Orientation Or, const Standard_Integer OnS)
 
TopAbs_Orientation Orientation (const Standard_Boolean First) const
 
void SetOrientation (const TopAbs_Orientation Or, const Standard_Boolean First)
 
Standard_Integer IndexPoint (const Standard_Boolean First, const Standard_Integer OnS) const
 
void SetIndexPoint (const Standard_Integer Index, const Standard_Boolean First, const Standard_Integer OnS)
 
Standard_Integer SolidIndex () const
 
void SetSolidIndex (const Standard_Integer Index)
 
void InDS (const Standard_Boolean First, const Standard_Integer Nb=1)
 Set nb of SurfData's at end put in DS. More...
 
Standard_Integer IsInDS (const Standard_Boolean First) const
 Returns nb of SurfData's at end being in DS. More...
 
- 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 characterising a band of fillet.

Constructor & Destructor Documentation

◆ ChFiDS_Stripe()

ChFiDS_Stripe::ChFiDS_Stripe ( )

Member Function Documentation

◆ ChangeFirstCurve()

void ChFiDS_Stripe::ChangeFirstCurve ( const Standard_Integer  Index)

◆ ChangeFirstParameters()

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

◆ ChangeFirstPCurve()

Handle< Geom2d_Curve >& ChFiDS_Stripe::ChangeFirstPCurve ( )

◆ ChangeIndexFirstPointOnS1()

void ChFiDS_Stripe::ChangeIndexFirstPointOnS1 ( const Standard_Integer  Index)

◆ ChangeIndexFirstPointOnS2()

void ChFiDS_Stripe::ChangeIndexFirstPointOnS2 ( const Standard_Integer  Index)

◆ ChangeIndexLastPointOnS1()

void ChFiDS_Stripe::ChangeIndexLastPointOnS1 ( const Standard_Integer  Index)

◆ ChangeIndexLastPointOnS2()

void ChFiDS_Stripe::ChangeIndexLastPointOnS2 ( const Standard_Integer  Index)

◆ ChangeLastCurve()

void ChFiDS_Stripe::ChangeLastCurve ( const Standard_Integer  Index)

◆ ChangeLastParameters()

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

◆ ChangeLastPCurve()

Handle< Geom2d_Curve >& ChFiDS_Stripe::ChangeLastPCurve ( )

◆ ChangePCurve()

Handle< Geom2d_Curve >& ChFiDS_Stripe::ChangePCurve ( const Standard_Boolean  First)

◆ ChangeSetOfSurfData()

Handle< ChFiDS_HData >& ChFiDS_Stripe::ChangeSetOfSurfData ( )

◆ ChangeSpine()

Handle< ChFiDS_Spine >& ChFiDS_Stripe::ChangeSpine ( )

◆ Choix() [1/2]

Standard_Integer ChFiDS_Stripe::Choix ( ) const

◆ Choix() [2/2]

void ChFiDS_Stripe::Choix ( const Standard_Integer  C)

◆ Curve()

Standard_Integer ChFiDS_Stripe::Curve ( const Standard_Boolean  First) const

◆ FirstCurve()

Standard_Integer ChFiDS_Stripe::FirstCurve ( ) const

◆ FirstParameters()

void ChFiDS_Stripe::FirstParameters ( Standard_Real Pdeb,
Standard_Real Pfin 
) const

◆ FirstPCurve()

const 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()

Standard_Integer ChFiDS_Stripe::IndexFirstPointOnS1 ( ) const

◆ IndexFirstPointOnS2()

Standard_Integer ChFiDS_Stripe::IndexFirstPointOnS2 ( ) const

◆ IndexLastPointOnS1()

Standard_Integer ChFiDS_Stripe::IndexLastPointOnS1 ( ) const

◆ IndexLastPointOnS2()

Standard_Integer ChFiDS_Stripe::IndexLastPointOnS2 ( ) const

◆ IndexPoint()

Standard_Integer ChFiDS_Stripe::IndexPoint ( const Standard_Boolean  First,
const Standard_Integer  OnS 
) const

◆ InDS()

void ChFiDS_Stripe::InDS ( const Standard_Boolean  First,
const Standard_Integer  Nb = 1 
)

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

◆ IsInDS()

Standard_Integer ChFiDS_Stripe::IsInDS ( const Standard_Boolean  First) const

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

◆ LastCurve()

Standard_Integer ChFiDS_Stripe::LastCurve ( ) const

◆ LastParameters()

void ChFiDS_Stripe::LastParameters ( Standard_Real Pdeb,
Standard_Real Pfin 
) const

◆ LastPCurve()

const 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 Standard_Integer  OnS) const

◆ Orientation() [2/2]

TopAbs_Orientation ChFiDS_Stripe::Orientation ( const Standard_Boolean  First) 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 Standard_Boolean  First,
Standard_Real Pdeb,
Standard_Real Pfin 
) const

◆ PCurve()

const Handle< Geom2d_Curve >& ChFiDS_Stripe::PCurve ( const Standard_Boolean  First) const

◆ Reset()

void ChFiDS_Stripe::Reset ( )

Reset everything except Spine.

◆ SetCurve()

void ChFiDS_Stripe::SetCurve ( const Standard_Integer  Index,
const Standard_Boolean  First 
)

◆ SetIndexPoint()

void ChFiDS_Stripe::SetIndexPoint ( const Standard_Integer  Index,
const Standard_Boolean  First,
const Standard_Integer  OnS 
)

◆ SetOfSurfData()

const Handle< ChFiDS_HData >& ChFiDS_Stripe::SetOfSurfData ( ) const

◆ SetOrientation() [1/2]

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

◆ SetOrientation() [2/2]

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

◆ SetParameters()

void ChFiDS_Stripe::SetParameters ( const Standard_Boolean  First,
const Standard_Real  Pdeb,
const Standard_Real  Pfin 
)

◆ SetSolidIndex()

void ChFiDS_Stripe::SetSolidIndex ( const Standard_Integer  Index)

◆ SolidIndex()

Standard_Integer ChFiDS_Stripe::SolidIndex ( ) const

◆ Spine()

const Handle< ChFiDS_Spine >& ChFiDS_Stripe::Spine ( ) const

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