Share

PatternBoundarySetting Object


Description

Pattern Boundary Settings object.

Methods

Name Description
Copy Method that creates a copy of this PatternBoundarySetting object.
GetBoundarySettingData Method that gets the boundary setting data.
SetBoundarySettingData Method that sets the boundary setting data.

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.
Boundary Read-write property that gets and sets the boundary object for the pattern. This can be a FaceCollection object containing planar Face objects or a Profile object.
BoundaryInclusionType Read-write property that gets and sets boundary inclusion type. Use the SetBoundarySettingData method when set this to kOccurrenceBasePointInclusionType so the OccurrenceBasePoint can be specified also.
OccurrenceBasePoint Read-write property that gets and sets the occurrence base point. This can be a WorkPoint, Vertex or GeometryIntent indicating the mid point of an edge or center of circular/elliptical edge.
Offset Read-write property that gets and sets the offset value for the pattern.
OffsetFlipped Read-write property that gets and sets whether the offset is flipped or not.
Type Gets the constant that indicates the type of this object.

Accessed From

CircularPatternFeatureDefinition.BoundarySetting, PatternBoundarySetting.Copy, RectangularPatternFeatureDefinition.BoundarySetting, SketchCircularPatternDefinition.BoundarySetting, SketchRectangularPatternDefinition.BoundarySetting

Samples

Name Description
Create Pattern Feature with PatternBoundarySetting Sample This sample demonstrates how to create a rectangular pattern feature with boundary settings.

Version

Introduced in version 2025

Was this information helpful?