Share

SketchRectangularPatternDefinition Object


Description

SketchRectangularPatternDefinition Object.

Methods

Name Description
Copy Creates a copy of this SketchRectangularPatternDefinition object. The new SketchRectangularPatternDefinition object is independent of any pattern.

Properties

Name Description
Application Gets the root Application object. Where the property is weakly-typed, it can be set to (QueryInterfaced for) 'Application' when running with Inventor whereas, 'ApprenticeServer' when running with the Apprentice Server.
Associative Gets and sets whether the pattern will update when changes are made to the part. If set this to False then the pattern constraints will be removed and the pattern will not update when change an element.
BoundarySetting Gets and set the PatternBoundarySetting object. When set this property a PatternBoundarySetting can be copied using PatternBoundarySetting.
Fitted Gets and sets whether pattern elements are equally fitted within the specified distances.
Geometries Gets and sets the ObjectCollection object that contains the sketch geometries to be patterned.
HasBoundarySettingConfigured Gets and sets whether this pattern has boundary setting configured or not.
NaturalXDirection Gets and sets the flag that indicates if the direction of the pattern is in the natural direction of the XDirectionEntity or reversed.
NaturalYDirection Gets and sets the flag that indicates if the direction of the pattern is in the natural direction of the YDirectionEntity or reversed.
SuppressedElements Gets and sets the suppressed elements.
Type Gets the constant that indicates the type of this object.
XCount Gets and sets the number of instances in the X direction.
XDirectionEntity Gets and sets the X direction entity.
XDirectionSymmetric Gets and sets if the occurrences are distributed on both sides of the original geometry.
XSpacing Gets and sets the spacing between instances in the X direction.
YCount Gets and sets the number of instances in the Y direction.
YDirectionEntity Gets and sets the Y direction entity.
YDirectionSymmetric Gets and sets if the occurrences are distributed on both sides of the original geometry.
YSpacing Gets and sets the spacing between instances in the Y direction.

Accessed From

SketchRectangularPattern.Definition, SketchRectangularPatternDefinition.Copy, SketchRectangularPatterns.CreateDefinition

Version

Introduced in version 2025.1

Was this information helpful?