GeometricConstraints.createCircularPatternInput Method
Parent Object:
GeometricConstraintsDefined 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
Parameters
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