ansys.dyna.core.pre.dynabase.RigidwallSphere#
- class ansys.dyna.core.pre.dynabase.RigidwallSphere(center=Point(0, 0, 0), orient=Point(0, 0, 0), radius=1)#
Bases:
BaseObjDefines a rigid wall with a sphere form.
- Parameters:
- center
Point,optional The center of sphere. The default is
(0, 0, 0).- orient
Point,optional Vector n determines the orintation of the rigidwall,the center define the tail of normal n, the orient define the head of normal n. The default is
(0, 0, 0).- radius
float,optional Radius of the sphere. The default is
1.
- center
- stub#
- center#
- orient#
- radius = 1#
- motion = -1#
- lcid = 0#
- dir#
- type = 'rigidwall_sphere'#
- set_motion(curve, motion=RWMotion.VELOCITY, dir=Direction(1, 0, 0))#
Set the prescribed motion.
- get_data() List#
Get the rigidwall data.
- create()#
Create a rigidwall sphere.