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:
BeamProfileRepresents a single circular beam profile.
This profile synchronizes to a design within a supporting Geometry service instance.
- Parameters:
Notes
BeamProfileobjects are expected to be created from theDesignobject. This means that you are not expected to instantiate your ownBeamProfileobject. You should call the specificDesignAPI for theBeamProfiledesired.
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.