Share

CircularPatternConstraint.totalAngle Property

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

Description

Returns the parameter that controls the number of instances in the pattern. A positive angle is a counter-clockwise direction and a negative angle can be used to reverse the direction. An angle of 360 degrees or 2 pi radians will create a full circular pattern.

Syntax

"circularPatternConstraint_var" is a variable referencing a CircularPatternConstraint object.

# Get the value of the property.
propertyValue = circularPatternConstraint_var.totalAngle

Property Value

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

Version

Introduced in version September 2022

Was this information helpful?