![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Representation of STEP entity CurveElementSectionDerivedDefinitions. More...
#include <StepElement_CurveElementSectionDerivedDefinitions.hxx>

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_HAsciiString > | Description () 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_Transient & | operator= (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_Transient * | This () 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 char * | get_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. | |
Representation of STEP entity CurveElementSectionDerivedDefinitions.
| StepElement_CurveElementSectionDerivedDefinitions::StepElement_CurveElementSectionDerivedDefinitions | ( | ) |
Empty constructor.
| double StepElement_CurveElementSectionDerivedDefinitions::CrossSectionalArea | ( | ) | const |
Returns field CrossSectionalArea.
| 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)
| occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > StepElement_CurveElementSectionDerivedDefinitions::LocationOfCentroid | ( | ) | const |
Returns field LocationOfCentroid.
| occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > StepElement_CurveElementSectionDerivedDefinitions::LocationOfNonStructuralMass | ( | ) | const |
Returns field LocationOfNonStructuralMass.
| occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > StepElement_CurveElementSectionDerivedDefinitions::LocationOfShearCentre | ( | ) | const |
Returns field LocationOfShearCentre.
| StepElement_MeasureOrUnspecifiedValue StepElement_CurveElementSectionDerivedDefinitions::NonStructuralMass | ( | ) | const |
Returns field NonStructuralMass.
| StepElement_MeasureOrUnspecifiedValue StepElement_CurveElementSectionDerivedDefinitions::PolarMoment | ( | ) | const |
Returns field PolarMoment.
| occ::handle< NCollection_HArray1< double > > StepElement_CurveElementSectionDerivedDefinitions::SecondMomentOfArea | ( | ) | const |
Returns field SecondMomentOfArea.
| void StepElement_CurveElementSectionDerivedDefinitions::SetCrossSectionalArea | ( | const double | CrossSectionalArea | ) |
Set field CrossSectionalArea.
| void StepElement_CurveElementSectionDerivedDefinitions::SetLocationOfCentroid | ( | const occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > & | LocationOfCentroid | ) |
Set field LocationOfCentroid.
| void StepElement_CurveElementSectionDerivedDefinitions::SetLocationOfNonStructuralMass | ( | const occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > & | LocationOfNonStructuralMass | ) |
Set field LocationOfNonStructuralMass.
| void StepElement_CurveElementSectionDerivedDefinitions::SetLocationOfShearCentre | ( | const occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > & | LocationOfShearCentre | ) |
Set field LocationOfShearCentre.
| void StepElement_CurveElementSectionDerivedDefinitions::SetNonStructuralMass | ( | const StepElement_MeasureOrUnspecifiedValue & | NonStructuralMass | ) |
Set field NonStructuralMass.
| void StepElement_CurveElementSectionDerivedDefinitions::SetPolarMoment | ( | const StepElement_MeasureOrUnspecifiedValue & | PolarMoment | ) |
Set field PolarMoment.
| void StepElement_CurveElementSectionDerivedDefinitions::SetSecondMomentOfArea | ( | const occ::handle< NCollection_HArray1< double > > & | SecondMomentOfArea | ) |
Set field SecondMomentOfArea.
| void StepElement_CurveElementSectionDerivedDefinitions::SetShearArea | ( | const occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > & | ShearArea | ) |
Set field ShearArea.
| void StepElement_CurveElementSectionDerivedDefinitions::SetTorsionalConstant | ( | const double | TorsionalConstant | ) |
Set field TorsionalConstant.
| void StepElement_CurveElementSectionDerivedDefinitions::SetWarpingConstant | ( | const StepElement_MeasureOrUnspecifiedValue & | WarpingConstant | ) |
Set field WarpingConstant.
| occ::handle< NCollection_HArray1< StepElement_MeasureOrUnspecifiedValue > > StepElement_CurveElementSectionDerivedDefinitions::ShearArea | ( | ) | const |
Returns field ShearArea.
| double StepElement_CurveElementSectionDerivedDefinitions::TorsionalConstant | ( | ) | const |
Returns field TorsionalConstant.
| StepElement_MeasureOrUnspecifiedValue StepElement_CurveElementSectionDerivedDefinitions::WarpingConstant | ( | ) | const |
Returns field WarpingConstant.
| occ::handle<NCollection_HArray1<StepElement_MeasureOrUnspecifiedValue> > StepElement_CurveElementSectionDerivedDefinitions::theLocationOfCentroid |
| occ::handle<NCollection_HArray1<StepElement_MeasureOrUnspecifiedValue> > StepElement_CurveElementSectionDerivedDefinitions::theLocationOfNonStructuralMass |
| occ::handle<NCollection_HArray1<StepElement_MeasureOrUnspecifiedValue> > StepElement_CurveElementSectionDerivedDefinitions::theLocationOfShearCentre |
| StepElement_MeasureOrUnspecifiedValue StepElement_CurveElementSectionDerivedDefinitions::theNonStructuralMass |
| StepElement_MeasureOrUnspecifiedValue StepElement_CurveElementSectionDerivedDefinitions::thePolarMoment |
| occ::handle<NCollection_HArray1<double> > StepElement_CurveElementSectionDerivedDefinitions::theSecondMomentOfArea |
| DEFINE_STANDARD_RTTIEXT (StepElement_CurveElementSectionDerivedDefinitions, StepElement_CurveElementSectionDefinition) private occ::handle<NCollection_HArray1<StepElement_MeasureOrUnspecifiedValue> > StepElement_CurveElementSectionDerivedDefinitions::theShearArea |
| double StepElement_CurveElementSectionDerivedDefinitions::theTorsionalConstant |
| StepElement_MeasureOrUnspecifiedValue StepElement_CurveElementSectionDerivedDefinitions::theWarpingConstant |