Share

RenderManager.parentDesign Property

Parent Object: RenderManager
Defined in namespace "adsk::fusion" and the header file is <Fusion/Render/RenderManager.h>

Description

Returns the parent Design this RenderManager was obtained from.

Syntax

"renderManager_var" is a variable referencing a RenderManager object.

# Get the value of the property.
propertyValue = renderManager_var.parentDesign

Property Value

This is a read only property whose value is a Product.

Version

Introduced in version May 2023

Was this information helpful?