Click or drag to resize
AB4D logo

PositionTypes Enumeration

PositionTypes define possible position types. PositionType defines which part of the object is placed at the specified Position.

Namespace: Ab3d.Common
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
[FlagsAttribute]
public enum PositionTypes
Members
Member nameValueDescription
Center0 Center
Left1 Left (smallest value in X direction)
Right2 Right (biggest value in X direction)
Top4 Top (biggest value in Y direction)
TopLeft5 Top and Left
TopRight6 Top and Right
Bottom8 Bottom (smallest value in Y direction)
BottomLeft9 Bottom and Left
BottomRight10 Bottom and Right
Front16 Front (biggest value in Z direction)
Back32 Back (smallest value in Z direction)
See Also