Real Time Rendering Automation Objects

Application Object Diagram









Legend

Collection
Abstract object
Object

right arrow 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:

 

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")