BeamSectionProperties_Struct Struct

NXOpen.CAE.BeamSection.Properties is an alias for NXOpen.CAE.BeamSectionProperties_Struct

class NXOpen.CAE.BeamSectionProperties_Struct

Bases: object

Represents the properties of the beam section.

Fields

Field Description
Area Area of section
PrincipalAngle Principal angle
MomentInertiaYY Moment of Inertia about y-axis
MomentInertiaZZ Moment of Inertia about z-axis
MomentInertiaYZ YZ-Product of Inertia
TorsionCoefficient Torsional coefficient
WarpingCoefficient Warping coefficient
YEccentricity Offset measured from centroid to shear center in y-axis
ZEccentricity Offset measured from centroid to shear center in z-axis
PrincipalMomentInertiaYY Principal Moment of Inertia about y-axis
PrincipalMomentInertiaZZ Principal Moment of Inertia about z-axis

Area

BeamSectionProperties_Struct.Area

Area of section -------------------------------------

Getter Method Signature Area()

Returns:
Return type:float

-------------------------------------

Setter Method

Signature Area(value)

Parameters:value (float) –

PrincipalAngle

BeamSectionProperties_Struct.PrincipalAngle

Principal angle -------------------------------------

Getter Method Signature PrincipalAngle()

Returns:
Return type:float

-------------------------------------

Setter Method

Signature PrincipalAngle(value)

Parameters:value (float) –

MomentInertiaYY

BeamSectionProperties_Struct.MomentInertiaYY

Moment of Inertia about y-axis -------------------------------------

Getter Method Signature MomentInertiaYY()

Returns:
Return type:float

-------------------------------------

Setter Method

Signature MomentInertiaYY(value)

Parameters:value (float) –

MomentInertiaZZ

BeamSectionProperties_Struct.MomentInertiaZZ

Moment of Inertia about z-axis -------------------------------------

Getter Method Signature MomentInertiaZZ()

Returns:
Return type:float

-------------------------------------

Setter Method

Signature MomentInertiaZZ(value)

Parameters:value (float) –

MomentInertiaYZ

BeamSectionProperties_Struct.MomentInertiaYZ

YZ-Product of Inertia -------------------------------------

Getter Method Signature MomentInertiaYZ()

Returns:
Return type:float

-------------------------------------

Setter Method

Signature MomentInertiaYZ(value)

Parameters:value (float) –

TorsionCoefficient

BeamSectionProperties_Struct.TorsionCoefficient

Torsional coefficient -------------------------------------

Getter Method Signature TorsionCoefficient()

Returns:
Return type:float

-------------------------------------

Setter Method

Signature TorsionCoefficient(value)

Parameters:value (float) –

WarpingCoefficient

BeamSectionProperties_Struct.WarpingCoefficient

Warping coefficient -------------------------------------

Getter Method Signature WarpingCoefficient()

Returns:
Return type:float

-------------------------------------

Setter Method

Signature WarpingCoefficient(value)

Parameters:value (float) –

YEccentricity

BeamSectionProperties_Struct.YEccentricity

Offset measured from centroid to shear center in y-axis -------------------------------------

Getter Method Signature YEccentricity()

Returns:
Return type:float

-------------------------------------

Setter Method

Signature YEccentricity(value)

Parameters:value (float) –

ZEccentricity

BeamSectionProperties_Struct.ZEccentricity

Offset measured from centroid to shear center in z-axis -------------------------------------

Getter Method Signature ZEccentricity()

Returns:
Return type:float

-------------------------------------

Setter Method

Signature ZEccentricity(value)

Parameters:value (float) –

PrincipalMomentInertiaYY

BeamSectionProperties_Struct.PrincipalMomentInertiaYY

Principal Moment of Inertia about y-axis -------------------------------------

Getter Method Signature PrincipalMomentInertiaYY()

Returns:
Return type:float

-------------------------------------

Setter Method

Signature PrincipalMomentInertiaYY(value)

Parameters:value (float) –

PrincipalMomentInertiaZZ

BeamSectionProperties_Struct.PrincipalMomentInertiaZZ

Principal Moment of Inertia about z-axis -------------------------------------

Getter Method Signature PrincipalMomentInertiaZZ()

Returns:
Return type:float

-------------------------------------

Setter Method

Signature PrincipalMomentInertiaZZ(value)

Parameters:value (float) –