RAPlaneProcess#

class ansys.rocky.app.ra_process_element.RAPlaneProcess#

Bases: RAUserProcess, ansys.rocky.app._ra_orientation_mixin._RAOrientationMixin, _RAAbstractPlaneMixin

Base class for UserProcesses

Overview#

SetRelativeRotationVector

Set the X, Y and Z parameters of the plane normal

GetRelativeRotationVector

Returns the X, Y and Z plane normal

Import detail#

from ansys.rocky.app.ra_process_element import RAPlaneProcess

Method detail#

classmethod RAPlaneProcess.GetWrappedClass() type[sci20.plugins.process.plane_process.plane_process_subject.PlaneProcessSubject]#
classmethod RAPlaneProcess.GetClassName() str#
RAPlaneProcess.SetRelativeRotationVector(x: float, y: float, z: float) None#

Set the X, Y and Z parameters of the plane normal

RAPlaneProcess.GetRelativeRotationVector() rocky30.base_types.Tuple3F#

Returns the X, Y and Z plane normal