Share

OccurrencePatternElement Object


Description

The OccurrencePatternElement object represents a single instance within an 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.
Components Property that returns the set of components that were created for this particular instance. There are cases where this collection can contain a count of zero. The obvious cases are when this element has been set to be independent or suppressed. There is another case when this element is the result of a feature based occurrence pattern and the instance it is associated with within the feature pattern has been suppressed.
Independent Gets/Sets whether the element is independent of the pattern or not.
Index Property that returns the index of this element within the OccurrencePatternElements collection it is a member of.
Name Property that returns the name of the element.
Occurrences Property that returns the set of occurrences that were created for this particular instance.
Parent Property that returns the parent occurrence pattern of the object.
Suppressed Gets/Sets whether the element is suppressed or not.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

CircularOccurrencePattern.PatternElement, CircularOccurrencePatternProxy.PatternElement, ComponentOccurrence.PatternElement, ComponentOccurrenceProxy.PatternElement, FeatureBasedOccurrencePattern.PatternElement, FeatureBasedOccurrencePatternProxy.PatternElement, OccurrencePattern.PatternElement, OccurrencePatternElementProxy.NativeObject, OccurrencePatternElements.Item, RectangularOccurrencePattern.OccurrencePatternElement, RectangularOccurrencePattern.PatternElement, RectangularOccurrencePatternProxy.OccurrencePatternElement, RectangularOccurrencePatternProxy.PatternElement

Derived Classes

OccurrencePatternElementProxy

Version

Introduced in version 5

Was this information helpful?