PathScopingType Last update: 14.01.2025 class Ansys.Mechanical.DataModel.Enums.PathScopingType Bases: enum.Enum Specifies the PathScopingType. Overview Attributes Name Edge Offset Points Ray Attribute detail PathScopingType.Edge = 1 PathScopingType.Offset = 3 PathScopingType.Points = 0 PathScopingType.Ray = 2