MirrorFeatureInput.mirrorPlane Property

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

Description

Gets and sets the mirror plane. This can be either a planar face or construction plane.

Syntax

"mirrorFeatureInput_var" is a variable referencing a MirrorFeatureInput object.

# Get the value of the property.
propertyValue = mirrorFeatureInput_var.mirrorPlane

# Set the value of the property.
mirrorFeatureInput_var.mirrorPlane = propertyValue
"mirrorFeatureInput_var" is a variable referencing a MirrorFeatureInput object.
#include <Fusion/Features/MirrorFeatureInput.h>

// Get the value of the property.
Ptr<Base> propertyValue = mirrorFeatureInput_var->mirrorPlane();

// Set the value of the property, where value_var is a Base.
bool returnValue = mirrorFeatureInput_var->mirrorPlane(value_var);

Property Value

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

Version

Introduced in version November 2014