Share

CircularPatternConstraintInput.centerPoint Property

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

Description

Gets and sets the sketch point that defines the center of the pattern.

Syntax

"circularPatternConstraintInput_var" is a variable referencing a CircularPatternConstraintInput object.

# Get the value of the property.
propertyValue = circularPatternConstraintInput_var.centerPoint

# Set the value of the property.
circularPatternConstraintInput_var.centerPoint = propertyValue

Property Value

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

Version

Introduced in version September 2022

Was this information helpful?