BeamCrossSectionInfo
#
- class ansys.geometry.core.designer.beam.BeamCrossSectionInfo(section_anchor: SectionAnchorType, section_angle: float, section_frame: ansys.geometry.core.math.frame.Frame, section_profile: list[list[ansys.geometry.core.shapes.curves.trimmed_curve.TrimmedCurve]] | None)#
Represents the cross-section information for a beam.
- Parameters:
- section_anchor
SectionAnchorType
Specifies how the beam section is anchored to the beam path.
- section_angle
float
The rotation angle of the cross section clockwise from the default perpendicular of the beam path.
- section_frame
Frame
The section frame at the start of the beam.
- section_profile
BeamProfile
The section profile in the XY plane.
- section_anchor
Overview#
Specifies how the beam section is anchored to the beam path. |
|
Rotation angle of the cross section clockwise from the perpendicular of the beam path. |
|
The section frame at the start of the beam. |
|
The section profile in the XY plane. |
Represent the |
Import detail#
from ansys.geometry.core.designer.beam import BeamCrossSectionInfo
Property detail#
- property BeamCrossSectionInfo.section_anchor: SectionAnchorType#
Specifies how the beam section is anchored to the beam path.
- property BeamCrossSectionInfo.section_angle: float#
Rotation angle of the cross section clockwise from the perpendicular of the beam path.
- property BeamCrossSectionInfo.section_frame: ansys.geometry.core.math.frame.Frame#
The section frame at the start of the beam.
- property BeamCrossSectionInfo.section_profile: list[list[ansys.geometry.core.shapes.curves.trimmed_curve.TrimmedCurve]] | None#
The section profile in the XY plane.