Creates a new RectangularPatternConstraintInput object. Use this object to define the various settings associated with a rectangular pattern in a sketch. Once the pattern is defined you can call the addRectangularPattern method and pass in the input object to create the sketch rectangular pattern.
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
|
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
|
Type | Description |
RectangularPatternConstraintInput | Returns the created RectangularPatternsConstraintInput object or null in the case of failure. |
Name | Type | Description |
entities | SketchEntity[] | An array of sketch entities to pattern. These can be sketch points and curves. |
distanceType | PatternDistanceType | Specifies if the distances defined for the pattern define the overall size of the pattern or the distance between the rows and columns. |