Click or drag to resize
AB4D logo

ObjModelVisual3DVisualPositionType Enumeration

VisualPositionType defines the type of Position that is used in ObjModelVisual3D.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public enum VisualPositionType
Members
Member nameValueDescription
Center0 Objects center is used to position the 3D model.
BottomCenter1 The 3D models will be placed above the Position coordinates.
See Also