RAPlaneGroup#

class ansys.rocky.app.ra_process_element.RAPlaneGroup#

Bases: kraken20.plugins.api.ka_element_item.KAElementItem, ansys.rocky.app._ra_orientation_mixin._RAOrientationMixin, _RAAbstractPlaneMixin

Mixin class to be used by API classes whose subjects have an orientation property compliant with sci20.core.Orientation class.

Overview#

Import detail#

from ansys.rocky.app.ra_process_element import RAPlaneGroup

Method detail#

classmethod RAPlaneGroup.GetWrappedClass() type[rocky30.plugins.user_process.group.plane_process_group.PlaneProcessGroup]#
classmethod RAPlaneGroup.GetClassName() str#
RAPlaneGroup.AddProcess(source_process: coilib50.process.base_process_subject.AbstractProcessSubject) None#