The ViewPoint object provides access to the point from which a projection onto a 3D model is viewed in DIAdem VIEW.
The following example changes the perspective from which the 3D model is viewed in DIAdem VIEW:
View.ActiveSheet.ActiveArea.DisplayObjType = "3DModel" Dim oMyObj: Set oMyObj = View.ActiveSheet.ActiveArea.DisplayObj oMyObj.FileName = "Dummy.wrl" oMyObj.ViewPoint.Rotationx = 24 oMyObj.ViewPoint.RotationY = 0 oMyObj.ViewPoint.Rotationz = 210
Distance | RotationX | RotationY | RotationZ | TranslationX | TranslationY | TranslationZ