Article | 70001350 |
Type | Wish |
Product | Engine |
Version | 7015 |
Date Added | 6/19/2018 12:00:00 AM |
Fixed | 7.7016.0.1 (6/21/2018 12:00:00 AM) |
Submitted by | Kerry Francis |
Summary
Is it possible to have ONLY compass visible in the view cube?
Solution
In version 7016.0.1 the document.ViewCube.Dispaly can also get the ViewCubeDisplayFlags.HideCube value
if this value is set the cube box is invisible.
In order to dipsplay only the compass then set the document.ViewCube.Dispaly |= ViewCubeDisplayFlags.CompassOn | ViewCubeDisplayFlags.HideCube ;