BeamProperties
#
- class ansys.geometry.core.designer.beam.BeamProperties(area: float, centroid: ansys.geometry.core.shapes.parameterization.ParamUV, warping_constant: float, ixx: float, ixy: float, iyy: float, shear_center: ansys.geometry.core.shapes.parameterization.ParamUV, torsion_constant: float)#
Represents the properties of a beam.
- Parameters:
- area
float
The cross-sectional area of the beam.
- centroid
ParamUV
The centroid of the beam section.
- warping_constant
float
The warping constant of the beam.
- ixx
float
The moment of inertia about the x-axis.
- ixy
float
The product of inertia.
- iyy
float
The moment of inertia about the y-axis.
- shear_center
ParamUV
The shear center of the beam.
- torsion_constant
float
The torsion constant of the beam.
- area
Overview#
The cross-sectional area of the beam. |
|
The centroid of the beam section. |
|
The warping constant of the beam. |
|
The moment of inertia about the x-axis. |
|
The product of inertia. |
|
The moment of inertia about the y-axis. |
|
The shear center of the beam. |
|
The torsion constant of the beam. |
Import detail#
from ansys.geometry.core.designer.beam import BeamProperties
Property detail#
- property BeamProperties.centroid: ansys.geometry.core.shapes.parameterization.ParamUV#
The centroid of the beam section.
- property BeamProperties.shear_center: ansys.geometry.core.shapes.parameterization.ParamUV#
The shear center of the beam.