Share

OccurrencePattern Object


Description

The OccurrencePattern object is the base class for the FeatureBasedOccurrencePattern, RectangularOccurrencePattern, and CircularOccurrencePattern objects.

Methods

Name Description
Delete Method that deletes the pattern.
GetReferenceKey Method that generates and returns the reference key for this entity.
Suppress Suppress the occurrence pattern.
Unsuppress Unsuppress the occurrence pattern.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
AttributeSets Property that returns the AttributeSets collection object associated with this object.
HealthStatus Property that returns an enum indicating the current state of the object.
IsPatternElement Property that indicates whether this occurrence pattern is itself an element of a parent pattern. In the case where this occurrence pattern represents a pattern element, this property returns True. The PatternElement property can be used to get that pattern element.
Name Gets/Sets the name for the pattern.
OccurrencePatternElements Property returning an OccurrencePatternElements collection object. The first element within this collection will contain the components that were provided as input for the pattern.
Parent Property that returns the parent of the object.
ParentComponents Property that gets and sets the components used as input for the pattern.
PatternElement Property that returns the pattern element this occurrence pattern represents. In the case where this occurrence pattern is not part of a parent pattern this property returns Nothing. The IsPatternElement property can be used to check if this occurrence pattern is part of a parent pattern.
Suppressed Returns the suppress state of the occurrence pattern.
Type Returns an ObjectTypeEnum indicating this object's type.
Visible Gets/Sets the Visible property for the pattern.

Accessed From

OccurrencePatternElements.Parent, OccurrencePatterns.Item

Derived Classes

CircularOccurrencePattern, FeatureBasedOccurrencePattern, RectangularOccurrencePattern

Version

Introduced in version 6

Was this information helpful?