CoordinateSystemAlignmentType Last update: 14.01.2025 class Ansys.Mechanical.DataModel.Enums.CoordinateSystemAlignmentType Bases: enum.Enum Specifies the CoordinateSystemAlignmentType. Overview Attributes Name Associative Component Fixed Free GlobalX GlobalY GlobalZ HitPoint Attribute detail CoordinateSystemAlignmentType.Associative = 1 CoordinateSystemAlignmentType.Component = 6 CoordinateSystemAlignmentType.Fixed = 0 CoordinateSystemAlignmentType.Free = 5 CoordinateSystemAlignmentType.GlobalX = 2 CoordinateSystemAlignmentType.GlobalY = 3 CoordinateSystemAlignmentType.GlobalZ = 4 CoordinateSystemAlignmentType.HitPoint = 7