EnvironmentMapAnalysis.isMirrorApplied Property

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

Description

A property that gets and sets whether mirror material is applied to the bodies during the environment map analysis.

Syntax

"environmentMapAnalysis_var" is a variable referencing an EnvironmentMapAnalysis object.
# Get the value of the property.
propertyValue = environmentMapAnalysis_var.isMirrorApplied

# Set the value of the property.
environmentMapAnalysis_var.isMirrorApplied = propertyValue
"environmentMapAnalysis_var" Is a variable referencing an EnvironmentMapAnalysis Object.
#include <Fusion/Fusion/EnvironmentMapAnalysis.h>

// Get the value of the property.
boolean propertyValue = environmentMapAnalysis_var->isMirrorApplied();

// Set the value of the property, where value_var is a boolean.
bool returnValue = environmentMapAnalysis_var->isMirrorApplied(value_var);
"environmentMapAnalysis_var" Is a variable referencing an EnvironmentMapAnalysis Object.
// Get the value of the property.
propertyValue = environmentMapAnalysis_var.isMirrorApplied;

// Set the value of the property.
environmentMapAnalysis_var.isMirrorApplied = propertyValue;

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version September 2026