Share

PathPatternFeatureInput.patternDistanceType Property

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

Description

Gets and sets how the distance between elements is computed.

Syntax

"pathPatternFeatureInput_var" is a variable referencing a PathPatternFeatureInput object.

# Get the value of the property.
propertyValue = pathPatternFeatureInput_var.patternDistanceType

# Set the value of the property.
pathPatternFeatureInput_var.patternDistanceType = propertyValue

Property Value

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

Version

Introduced in version November 2014

Was this information helpful?