HemisphereOrientationDefinitionType Last update: 14.01.2025 class Ansys.Mechanical.DataModel.MechanicalEnums.MeshWorkflow.HemisphereOrientationDefinitionType Bases: enum.Enum This enum is referenced in the ‘Control’ tree node and reflects the type of hemisphere orientation modality being configured. Overview Attributes Name NegativeX NegativeY NegativeZ PositiveX PositiveY PositiveZ Attribute detail HemisphereOrientationDefinitionType.NegativeX = 4 HemisphereOrientationDefinitionType.NegativeY = 5 HemisphereOrientationDefinitionType.NegativeZ = 6 HemisphereOrientationDefinitionType.PositiveX = 1 HemisphereOrientationDefinitionType.PositiveY = 2 HemisphereOrientationDefinitionType.PositiveZ = 3