|  | |
| Fit | |
 Syntax
Syntaxpublic enum FitIntoViewType
 Members
Members| Member name | Value | Description | 
|---|---|---|
| CheckBounds | 0 | 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. | 
| CheckAllPositions | 1 | 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
See Also