NX Open C++ Reference Guide
|
Represents the properties of the beam section. More...
Public Member Functions | |
Properties (double areaInitial, double principalAngleInitial, double momentInertiaYYInitial, double momentInertiaZZInitial, double momentInertiaYZInitial, double torsionCoefficientInitial, double warpingCoefficientInitial, double yEccentricityInitial, double zEccentricityInitial, double principalMomentInertiaYYInitial, double principalMomentInertiaZZInitial) | |
Constructor for the Properties struct. | |
Public Attributes | |
double | Area |
Area of section. | |
double | MomentInertiaYY |
Moment of Inertia about y-axis. | |
double | MomentInertiaYZ |
YZ-Product of Inertia. | |
double | MomentInertiaZZ |
Moment of Inertia about z-axis. | |
double | PrincipalAngle |
Principal angle. | |
double | PrincipalMomentInertiaYY |
Principal Moment of Inertia about y-axis. | |
double | PrincipalMomentInertiaZZ |
Principal Moment of Inertia about z-axis. | |
double | TorsionCoefficient |
Torsional coefficient. | |
double | WarpingCoefficient |
Warping coefficient. | |
double | YEccentricity |
Offset measured from centroid to shear center in y-axis. | |
double | ZEccentricity |
Offset measured from centroid to shear center in z-axis. |
Represents the properties of the beam section.
NXOpen::CAE::BeamSection::Properties::Properties | ( | double | areaInitial, |
double | principalAngleInitial, | ||
double | momentInertiaYYInitial, | ||
double | momentInertiaZZInitial, | ||
double | momentInertiaYZInitial, | ||
double | torsionCoefficientInitial, | ||
double | warpingCoefficientInitial, | ||
double | yEccentricityInitial, | ||
double | zEccentricityInitial, | ||
double | principalMomentInertiaYYInitial, | ||
double | principalMomentInertiaZZInitial | ||
) |
Constructor for the Properties struct.
areaInitial | Area of section |
principalAngleInitial | Principal angle |
momentInertiaYYInitial | Moment of Inertia about y-axis |
momentInertiaZZInitial | Moment of Inertia about z-axis |
momentInertiaYZInitial | YZ-Product of Inertia |
torsionCoefficientInitial | Torsional coefficient |
warpingCoefficientInitial | Warping coefficient |
yEccentricityInitial | Offset measured from centroid to shear center in y-axis |
zEccentricityInitial | Offset measured from centroid to shear center in z-axis |
principalMomentInertiaYYInitial | Principal Moment of Inertia about y-axis |
principalMomentInertiaZZInitial | Principal Moment of Inertia about z-axis |
Area of section.
Moment of Inertia about y-axis.
YZ-Product of Inertia.
Moment of Inertia about z-axis.
Principal angle.
Principal Moment of Inertia about y-axis.
Principal Moment of Inertia about z-axis.
Torsional coefficient.
Warping coefficient.
Offset measured from centroid to shear center in y-axis.
Offset measured from centroid to shear center in z-axis.