Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
StepElement_CurveElementSectionDerivedDefinitions Class Reference

Representation of STEP entity CurveElementSectionDerivedDefinitions. More...

#include <StepElement_CurveElementSectionDerivedDefinitions.hxx>

Inheritance diagram for StepElement_CurveElementSectionDerivedDefinitions:
Inheritance graph
[legend]

Public Member Functions

 StepElement_CurveElementSectionDerivedDefinitions ()
 Empty constructor.
 
void Init (const occ::handle< TCollection_HAsciiString > &aCurveElementSectionDefinition_Description, const double aCurveElementSectionDefinition_SectionAngle, const double aCrossSectionalArea, const occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > &aShearArea, const occ::handle< NCollection_HArray1< double > > &aSecondMomentOfArea, const double aTorsionalConstant, const StepElement_MeasureOrUnspecifiedValue &aWarpingConstant, const occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > &aLocationOfCentroid, const occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > &aLocationOfShearCentre, const occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > &aLocationOfNonStructuralMass, const StepElement_MeasureOrUnspecifiedValue &aNonStructuralMass, const StepElement_MeasureOrUnspecifiedValue &aPolarMoment)
 Initialize all fields (own and inherited)
 
double CrossSectionalArea () const
 Returns field CrossSectionalArea.
 
void SetCrossSectionalArea (const double CrossSectionalArea)
 Set field CrossSectionalArea.
 
occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > ShearArea () const
 Returns field ShearArea.
 
void SetShearArea (const occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > &ShearArea)
 Set field ShearArea.
 
occ::handle< NCollection_HArray1< double > > SecondMomentOfArea () const
 Returns field SecondMomentOfArea.
 
void SetSecondMomentOfArea (const occ::handle< NCollection_HArray1< double > > &SecondMomentOfArea)
 Set field SecondMomentOfArea.
 
double TorsionalConstant () const
 Returns field TorsionalConstant.
 
void SetTorsionalConstant (const double TorsionalConstant)
 Set field TorsionalConstant.
 
StepElement_MeasureOrUnspecifiedValue WarpingConstant () const
 Returns field WarpingConstant.
 
void SetWarpingConstant (const StepElement_MeasureOrUnspecifiedValue &WarpingConstant)
 Set field WarpingConstant.
 
occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > LocationOfCentroid () const
 Returns field LocationOfCentroid.
 
void SetLocationOfCentroid (const occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > &LocationOfCentroid)
 Set field LocationOfCentroid.
 
occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > LocationOfShearCentre () const
 Returns field LocationOfShearCentre.
 
void SetLocationOfShearCentre (const occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > &LocationOfShearCentre)
 Set field LocationOfShearCentre.
 
occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > LocationOfNonStructuralMass () const
 Returns field LocationOfNonStructuralMass.
 
void SetLocationOfNonStructuralMass (const occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > &LocationOfNonStructuralMass)
 Set field LocationOfNonStructuralMass.
 
StepElement_MeasureOrUnspecifiedValue NonStructuralMass () const
 Returns field NonStructuralMass.
 
void SetNonStructuralMass (const StepElement_MeasureOrUnspecifiedValue &NonStructuralMass)
 Set field NonStructuralMass.
 
StepElement_MeasureOrUnspecifiedValue PolarMoment () const
 Returns field PolarMoment.
 
void SetPolarMoment (const StepElement_MeasureOrUnspecifiedValue &PolarMoment)
 Set field PolarMoment.
 
- Public Member Functions inherited from StepElement_CurveElementSectionDefinition
 StepElement_CurveElementSectionDefinition ()
 Empty constructor.
 
void Init (const occ::handle< TCollection_HAsciiString > &aDescription, const double aSectionAngle)
 Initialize all fields (own and inherited)
 
occ::handle< TCollection_HAsciiStringDescription () const
 Returns field Description.
 
void SetDescription (const occ::handle< TCollection_HAsciiString > &Description)
 Set field Description.
 
double SectionAngle () const
 Returns field SectionAngle.
 
void SetSectionAngle (const double SectionAngle)
 Set field SectionAngle.
 
- 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.
 

Data Fields

DEFINE_STANDARD_RTTIEXT(StepElement_CurveElementSectionDerivedDefinitions, StepElement_CurveElementSectionDefinition) private occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > theShearArea
 
occ::handle< NCollection_HArray1< double > > theSecondMomentOfArea
 
double theTorsionalConstant
 
StepElement_MeasureOrUnspecifiedValue theWarpingConstant
 
occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > theLocationOfCentroid
 
occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > theLocationOfShearCentre
 
occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > theLocationOfNonStructuralMass
 
StepElement_MeasureOrUnspecifiedValue theNonStructuralMass
 
StepElement_MeasureOrUnspecifiedValue thePolarMoment
 

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

Representation of STEP entity CurveElementSectionDerivedDefinitions.

Constructor & Destructor Documentation

◆ StepElement_CurveElementSectionDerivedDefinitions()

StepElement_CurveElementSectionDerivedDefinitions::StepElement_CurveElementSectionDerivedDefinitions ( )

Empty constructor.

Member Function Documentation

◆ CrossSectionalArea()

double StepElement_CurveElementSectionDerivedDefinitions::CrossSectionalArea ( ) const

Returns field CrossSectionalArea.

◆ Init()

void StepElement_CurveElementSectionDerivedDefinitions::Init ( const occ::handle< TCollection_HAsciiString > & aCurveElementSectionDefinition_Description,
const double aCurveElementSectionDefinition_SectionAngle,
const double aCrossSectionalArea,
const occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > & aShearArea,
const occ::handle< NCollection_HArray1< double > > & aSecondMomentOfArea,
const double aTorsionalConstant,
const StepElement_MeasureOrUnspecifiedValue & aWarpingConstant,
const occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > & aLocationOfCentroid,
const occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > & aLocationOfShearCentre,
const occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > & aLocationOfNonStructuralMass,
const StepElement_MeasureOrUnspecifiedValue & aNonStructuralMass,
const StepElement_MeasureOrUnspecifiedValue & aPolarMoment )

Initialize all fields (own and inherited)

◆ LocationOfCentroid()

occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > StepElement_CurveElementSectionDerivedDefinitions::LocationOfCentroid ( ) const

Returns field LocationOfCentroid.

◆ LocationOfNonStructuralMass()

occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > StepElement_CurveElementSectionDerivedDefinitions::LocationOfNonStructuralMass ( ) const

Returns field LocationOfNonStructuralMass.

◆ LocationOfShearCentre()

occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > StepElement_CurveElementSectionDerivedDefinitions::LocationOfShearCentre ( ) const

Returns field LocationOfShearCentre.

◆ NonStructuralMass()

StepElement_MeasureOrUnspecifiedValue StepElement_CurveElementSectionDerivedDefinitions::NonStructuralMass ( ) const

Returns field NonStructuralMass.

◆ PolarMoment()

StepElement_MeasureOrUnspecifiedValue StepElement_CurveElementSectionDerivedDefinitions::PolarMoment ( ) const

Returns field PolarMoment.

◆ SecondMomentOfArea()

occ::handle< NCollection_HArray1< double > > StepElement_CurveElementSectionDerivedDefinitions::SecondMomentOfArea ( ) const

Returns field SecondMomentOfArea.

◆ SetCrossSectionalArea()

void StepElement_CurveElementSectionDerivedDefinitions::SetCrossSectionalArea ( const double CrossSectionalArea)

Set field CrossSectionalArea.

◆ SetLocationOfCentroid()

void StepElement_CurveElementSectionDerivedDefinitions::SetLocationOfCentroid ( const occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > & LocationOfCentroid)

Set field LocationOfCentroid.

◆ SetLocationOfNonStructuralMass()

void StepElement_CurveElementSectionDerivedDefinitions::SetLocationOfNonStructuralMass ( const occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > & LocationOfNonStructuralMass)

Set field LocationOfNonStructuralMass.

◆ SetLocationOfShearCentre()

void StepElement_CurveElementSectionDerivedDefinitions::SetLocationOfShearCentre ( const occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > & LocationOfShearCentre)

Set field LocationOfShearCentre.

◆ SetNonStructuralMass()

void StepElement_CurveElementSectionDerivedDefinitions::SetNonStructuralMass ( const StepElement_MeasureOrUnspecifiedValue & NonStructuralMass)

Set field NonStructuralMass.

◆ SetPolarMoment()

void StepElement_CurveElementSectionDerivedDefinitions::SetPolarMoment ( const StepElement_MeasureOrUnspecifiedValue & PolarMoment)

Set field PolarMoment.

◆ SetSecondMomentOfArea()

void StepElement_CurveElementSectionDerivedDefinitions::SetSecondMomentOfArea ( const occ::handle< NCollection_HArray1< double > > & SecondMomentOfArea)

Set field SecondMomentOfArea.

◆ SetShearArea()

void StepElement_CurveElementSectionDerivedDefinitions::SetShearArea ( const occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > & ShearArea)

Set field ShearArea.

◆ SetTorsionalConstant()

void StepElement_CurveElementSectionDerivedDefinitions::SetTorsionalConstant ( const double TorsionalConstant)

Set field TorsionalConstant.

◆ SetWarpingConstant()

void StepElement_CurveElementSectionDerivedDefinitions::SetWarpingConstant ( const StepElement_MeasureOrUnspecifiedValue & WarpingConstant)

Set field WarpingConstant.

◆ ShearArea()

occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > StepElement_CurveElementSectionDerivedDefinitions::ShearArea ( ) const

Returns field ShearArea.

◆ TorsionalConstant()

double StepElement_CurveElementSectionDerivedDefinitions::TorsionalConstant ( ) const

Returns field TorsionalConstant.

◆ WarpingConstant()

StepElement_MeasureOrUnspecifiedValue StepElement_CurveElementSectionDerivedDefinitions::WarpingConstant ( ) const

Returns field WarpingConstant.

Field Documentation

◆ theLocationOfCentroid

occ::handle<NCollection_HArray1<StepElement_MeasureOrUnspecifiedValue> > StepElement_CurveElementSectionDerivedDefinitions::theLocationOfCentroid

◆ theLocationOfNonStructuralMass

occ::handle<NCollection_HArray1<StepElement_MeasureOrUnspecifiedValue> > StepElement_CurveElementSectionDerivedDefinitions::theLocationOfNonStructuralMass

◆ theLocationOfShearCentre

occ::handle<NCollection_HArray1<StepElement_MeasureOrUnspecifiedValue> > StepElement_CurveElementSectionDerivedDefinitions::theLocationOfShearCentre

◆ theNonStructuralMass

StepElement_MeasureOrUnspecifiedValue StepElement_CurveElementSectionDerivedDefinitions::theNonStructuralMass

◆ thePolarMoment

StepElement_MeasureOrUnspecifiedValue StepElement_CurveElementSectionDerivedDefinitions::thePolarMoment

◆ theSecondMomentOfArea

occ::handle<NCollection_HArray1<double> > StepElement_CurveElementSectionDerivedDefinitions::theSecondMomentOfArea

◆ theShearArea

◆ theTorsionalConstant

double StepElement_CurveElementSectionDerivedDefinitions::theTorsionalConstant

◆ theWarpingConstant

StepElement_MeasureOrUnspecifiedValue StepElement_CurveElementSectionDerivedDefinitions::theWarpingConstant

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