Search found 3 matches
- 18 Oct 2007, 20:23
- Forum: CADViewX
- Topic: SW isometirc View
- Replies: 3
- Views: 19294
- 18 Oct 2007, 19:13
- Forum: CADViewX
- Topic: SW isometirc View
- Replies: 3
- Views: 19294
- 18 Oct 2007, 18:04
- Forum: CADViewX
- Topic: SW isometirc View
- Replies: 3
- Views: 19294
SW isometirc View
How do I programatically select "SW Isometric" view.
I have tried getting to it via:
CADViewLib.sgToolButton tbtnSWIsometric;
tbtnSWIsometric = axCADViewX1.ToolBars.get_Items("CAD Image").get_Items("3D Orbit");
But cannot get to it.
Thanks
I have tried getting to it via:
CADViewLib.sgToolButton tbtnSWIsometric;
tbtnSWIsometric = axCADViewX1.ToolBars.get_Items("CAD Image").get_Items("3D Orbit");
But cannot get to it.
Thanks