All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---Viewer | +---Viewer3D
o Property ClippingMode( | ) As CatClippingMode |
My3DViewer.ClippingMode = catClippingModeNearAndFar
o Property FarLimit( | ) As double |
My3DViewer.FarLimit = 150
o Property Foggy( | ) As boolean |
My3DViewer.Foggy = True
o Property Ground( | ) As boolean |
My3DViewer.Ground = True
o Property LightSources( | ) As CATIALightSources (Read Only) |
Set VPLightSources = My3DViewer.LightSources
o Property LightingIntensity( | ) As double |
My3DViewer.LightingIntensity = 0.35
o Property LightingMode( | ) As CatLightingMode |
My3DViewer.LightingMode = catInfiniteLightSource
o Property NavigationStyle( | ) As CatNavigationStyle |
My3DViewer.NavigationStyle = catNavigationWalk
o Property NearLimit( | ) As double |
My3DViewer.NearLimit = 75
o Property RenderingMode( | ) As CatRenderingMode |
My3DViewer.RenderingMode = catRenderShadingWithEdges
o Property Viewpoint3D( | ) As CATIAViewpoint3D |
Dim Nice3DViewpoint As Viewpoint3D Set Nice3DViewpoint = My3DViewer.Viewpoint3D
o Sub Rotate( | CATSafeArrayVariant | iAxis, |
double | iAngle) |
MyViewer3D.Rotate MyViewer3D.UpDirection, 10
o Sub Translate( | CATSafeArrayVariant | iVector) |
MyViewer3D.Translate Array(1, 1, 1)
Copyright © 2003, Dassault Systèmes. All rights reserved.