MirrorFeature.patternComputeOption Property

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

Description

Gets and sets the compute option for this mirror feature. This property only applies when mirroring features and is ignored in the direct modeling environment.

To set this property, you need to position the timeline marker to immediately before this feature. This can be accomplished using the following code: thisFeature.timelineObject.rollTo(True)

Syntax

"mirrorFeature_var" is a variable referencing a MirrorFeature object.

# Get the value of the property.
propertyValue = mirrorFeature_var.patternComputeOption

# Set the value of the property.
mirrorFeature_var.patternComputeOption = propertyValue
"mirrorFeature_var" is a variable referencing a MirrorFeature object.
#include <Fusion/Features/MirrorFeature.h>

// Get the value of the property.
PatternComputeOptions propertyValue = mirrorFeature_var->patternComputeOption();

// Set the value of the property, where value_var is a PatternComputeOptions.
bool returnValue = mirrorFeature_var->patternComputeOption(value_var);

Property Value

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

Version

Introduced in version November 2015