Actor#
- class ansys.aedt.core.modeler.advanced_cad.multiparts.Actor(actor_folder, speed='0', relative_cs_name=None)[source]#
Provides an instance of an actor.
This class is derived from
MultiPartComponent
.Note
Motion is always forward in the X-axis direction.
- 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
Speed of the person in the X-direction. The default is
0`
.- relative_cs_name
str
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
Actor.insert
(app[, motion])Insert the object in HFSS SBR+.
Set up design variables and values to enable motion for the multi-part 3D component.
Actor.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.
Global coordinate system.
Yaw variable value.
Yaw variable name.