All Frameworks Object Hierarchy This Framework Indexes
o Property ClippingMode( | ) As |
My3DViewer.ClippingMode = catClippingModeNearAndFar
o Property FarLimit( | ) As |
My3DViewer.FarLimit = 150
o Property Foggy( | ) As |
My3DViewer.Foggy = True
o Property Ground( | ) As |
My3DViewer.Ground = True
o Property LightSources( | ) As (Read Only) |
Set VPLightSources = My3DViewer.LightSources
o Property LightingIntensity( | ) As |
My3DViewer.LightingIntensity = 0.35
o Property LightingMode( | ) As |
My3DViewer.LightingMode = catInfiniteLightSource
o Property NavigationStyle( | ) As |
My3DViewer.NavigationStyle = catNavigationWalk
o Property NearLimit( | ) As |
My3DViewer.NearLimit = 75
o Property RenderingMode( | ) As |
My3DViewer.RenderingMode = catRenderShadingWithEdges
o Property Viewpoint3D( | ) As |
Dim Nice3DViewpoint As Viewpoint3D Set Nice3DViewpoint = My3DViewer.Viewpoint3D
o Sub Rotate( | iAxis, | |
iAngle) |
MyViewer3D.Rotate MyViewer3D.UpDirection, 10
o Sub Translate( | iVector) |
MyViewer3D.Translate Array(1, 1, 1)
Copyright © 2003, Dassault Systèmes. All rights reserved.