LocationUV
#
- class ansys.geometry.core.shapes.box_uv.LocationUV(*args, **kwds)#
Bases:
enum.Enum
Provides the enumeration for indicating locations for BoxUV.
Overview#
Import detail#
from ansys.geometry.core.shapes.box_uv import LocationUV
Attribute detail#
- LocationUV.TopLeft = 1#
- LocationUV.TopCenter = 2#
- LocationUV.TopRight = 3#
- LocationUV.BottomLeft = 4#
- LocationUV.BottomCenter = 5#
- LocationUV.BottomRight = 6#
- LocationUV.LeftCenter = 7#
- LocationUV.RightCenter = 8#
- LocationUV.Center = 9#