GeometricConstraints.createCircularPatternInput Method

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

Description

Creates a CircularPatternConstraintInput object. Use properties and methods on this object to define the circular pattern you want to create and then use the Add method, passing in the CircularPatternConstraintInput object.

Syntax

"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
returnValue = geometricConstraints_var.createCircularPatternInput(inputEntities, centerPoint)
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.

#include <Fusion/Sketch/GeometricConstraints.h>

returnValue = geometricConstraints_var->createCircularPatternInput(inputEntities, centerPoint);

Return Value

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

Parameters

Name Type Description
inputEntities SketchEntity[] An array of sketch entities to be patterned. All of the entities must be from the current sketch.
centerPoint SketchPoint A SketchPoint from the same sketch that defines the center of the pattern.

Version

Introduced in version September 2022