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.
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
|
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
|
Type | Description |
CircularPatternConstraintInput | Returns the newly created CircularPatternConstraintInput object or null if the creation failed. |
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. |