Share

SketchCircularPattern Object


Description

SketchCircularPattern Object.

Methods

Name Description
Delete Deletes the sketch 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.
AttributeSets Returns the AttributeSets collection object associated with this object.
Constraints Returns a collection of sketch constraints that are tied directly to this entity. This collection consists of both geometric and dimension constraints.
ConstraintStatus Returns the constraint status of the sketch entity. Possible return values are kFullyConstrainedConstraintStatus, kOverConstrainedConstraintStatus, kUnderConstrainedConstraintStatus and kUnknownConstraintStatus.
Definition Gets and sets the associative definition of the sketch patter.
Elements Returns the SketchPatternElements collection objec.
Parent Gets the parent object from whom this object can logically be reached.
RangeBox Returns a Box2d object which contains the diagonal points of a rectangle that tightly encloses the entity.
Type Gets the constant that indicates the type of this object.

Accessed From

SketchCircularPatterns.Add, SketchCircularPatterns.Item

Version

Introduced in version 2025.1

Was this information helpful?