Click or drag to resize
AB4D logo

FitIntoViewType Enumeration

FitIntoViewType enum defines possible ways to calculate the distance and center position to fit the scene into current viewport.

Namespace: Ab3d.Common
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public enum FitIntoViewType
Members
Member nameValueDescription
CheckBounds0 Check Bounds of all GeometryModel3D objects - this is not as precise as CheckAllPositions but can be much faster when there are objects with a lot of position in the scene.
CheckAllPositions1 Check Positions of all GeometryModel3D objects - this is more precise than CheckBounds but can take much longer when there are objects with a lot of position in the scene.
See Also