BeamCircularProfile
#
- class ansys.geometry.core.designer.beam.BeamCircularProfile(id: str, name: str, radius: ansys.geometry.core.misc.measurements.Distance, center: ansys.geometry.core.math.point.Point3D, direction_x: ansys.geometry.core.math.vector.UnitVector3D, direction_y: ansys.geometry.core.math.vector.UnitVector3D)#
Bases:
BeamProfile
Represents a single circular beam profile.
This profile synchronizes to a design within a supporting Geometry service instance.
- Parameters:
Notes
BeamProfile
objects are expected to be created from theDesign
object. This means that you are not expected to instantiate your ownBeamProfile
object. You should call the specificDesign
API for theBeamProfile
desired.
Overview#
Radius of the circular beam profile. |
|
Center of the circular beam profile. |
|
X-axis direction of the circular beam profile. |
|
Y-axis direction of the circular beam profile. |
Represent the |
Import detail#
from ansys.geometry.core.designer.beam import BeamCircularProfile
Property detail#
- property BeamCircularProfile.radius: ansys.geometry.core.misc.measurements.Distance#
Radius of the circular beam profile.
- property BeamCircularProfile.center: ansys.geometry.core.math.point.Point3D#
Center of the circular beam profile.
- property BeamCircularProfile.direction_x: ansys.geometry.core.math.vector.UnitVector3D#
X-axis direction of the circular beam profile.
- property BeamCircularProfile.direction_y: ansys.geometry.core.math.vector.UnitVector3D#
Y-axis direction of the circular beam profile.