Legend
Collection
Abstract object
Object
Click arrow to expand chart
Click arrow to return to previous chart
Real Time Rendering objects are obtained from a Product object through three collections:
Type
property. Limiting faces of the zone can be accessed as RenderingEnvironmentWall
objects that may or not be visible and support a texture definition.Those objects are accessed through the GetItem method of the
root Product object of a CATProduct document as described
below:
' Accessing the collection of rendering environments
Dim cEnvs As RenderingEnvironments
Set cEnvs = oRootProduct.GetItem("CATRscRenderingEnvironmentVBExt")
' Accessing the collection of rendering lights
Dim cLights As RenderingLights
Set cLights = oRootProduct.GetItem("CATRscRenderingLightVBExt")
' Accessing the collection of rendering shootings
Dim cShoots As RenderingShootings
Set cShoots = oRootProduct.GetItem("CATRscRenderingShootingVBExt")
|
Copyright © 1999-2013, Dassault Systèmes. All rights reserved.