`PathScopingType` Last update: 16.07.2025 class Ansys.Mechanical.DataModel.Enums.PathScopingType(*args, **kwds) 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