Person#
- class ansys.aedt.core.modeler.advanced_cad.actors.Person(actor_folder, speed='0', stride='0.8meters', relative_cs_name=None)[source]#
Provides an instance of a person.
This class is derived from
ansys.aedt.core.modeler.multiparts.MultiPartComponent
.Note
Motion is always forward in the X-axis direction of the person coordinate system.
- Parameters:
- actor_folder
str
Full path to the folder containing the definition of the person. This can be changed later in the
Person
class definition.- speed
float
orstr
,optional
Speed of the person in the X-axis direction. The default is
"0"
.- stride
float
orstr
,optional
Stride length of the person. The default is “0.8meters”.
- relative_cs_name
str
,optional
Name of the relative coordinate system of the actor. The default is
None
, in which case the global coordinate system is used.
- actor_folder
Methods
Person.insert
(app[, motion])Insert the person in HFSS SBR+.
Set up design variables and values to enable motion for the multi-part 3D component.
Person.start
(app)Initialize app for SBR+ simulation.
Attributes
Coordinate system name.
Number of multi-part components.
Unique instance name.
Offset values for the multi-part component.
X-, Y-, and Z-axis offset names.
X-axis offset name.
Y-axis offset name.
Z-axis offset name.
Pitch variable value.
Pitch variable name.
Roll variable value.
Roll variable name.
Speed variable expression.
Speed variable name.
Stride in meters.
Global coordinate system.
Yaw variable value.
Yaw variable name.