Share

GeometricConstraints.addRectangularPattern Method

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

Description

Creates a new rectangular pattern in the sketch.

Syntax

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

Parameters

Name Type Description
input RectangularPatternConstraintInput A RectangularPatternConstraintInput object that defines all of inputs required to create the desired rectangular pattern. Use the createRectangularPatternInput method to create the input object.

Version

Introduced in version September 2022

Was this information helpful?