Vehicle#
- class ansys.aedt.core.modeler.advanced_cad.actors.Vehicle(car_folder, speed=10.0, relative_cs_name=None)[source]#
Provides an instance of a vehicle.
This class is derived from
ansys.aedt.core.modeler.multiparts.MultiPartComponent
.Note
Motion is always forward in the X-axis direction.
- Parameters:
- car_folder
str
,required
Full path to the folder containing the definition of the vehicle. This can be changed later.
- speed
float
orstr
,optional
Speed of the vehicle. The default is
10.0
.- 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.
- car_folder
Methods
Vehicle.insert
(app[, motion])Insert the vehicle in HFSS SBR+.
Set up design variables and values to enable motion for the multi-part 3D component.
Vehicle.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.