GeometricConstraints.addCircularPattern Method

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

Description

Creates a new circular pattern in the sketch.

Syntax

"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
returnValue = geometricConstraints_var.addCircularPattern(input)
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.

#include <Fusion/Sketch/GeometricConstraints.h>

returnValue = geometricConstraints_var->addCircularPattern(input);

Return Value

Type Description
CircularPatternConstraint Returns the newly created CircularPatternConstraint object or null if the creation failed.

Parameters

Name Type Description
input CircularPatternConstraintInput A CircularPatternConstraintInput object that defines the desired circular pattern. Use the createCircularPatternInput method to create a new CircularPatternConstraintInput object and then use methods on it to define the circular pattern.

Version

Introduced in version September 2022