Share

ModelAnnotations Object


Description

The ModelAnnotations collection object provides access to all of the annotations in a part or assembly. This includes dimensions and other types of annotations.

Methods

Name Description
CreateAnnotationPlaneDefinitionUsingIntents Method that determines all of the valid annotation planes for the given input. The definitions for these annotation planes is returned as a collection, allowing you to select the desired annotation plane to use when creating annotation.
CreateAnnotationPlaneDefinitionUsingPlane Method that returns an annotation plane definition for the given planar entity. The object returned is not an annotation plane, but is the information that defines a plane and can be used to create an annotation plane when an annotation is created.

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.
Count Gets the number of items in this collection.
Item Method that returns the specified model annotation object from the collection.
ModelCompositeAnnotations Read-only property that returns ModelCompositeAnnotations collection object.
ModelDatumIdentifiers Read-only property that returns the ModelDatumIdentifiers collection object. This object provides access to all of the datum ID’s in the part or assembly.
ModelDatums Returns the ModelDatums collection object.
ModelDimensions Read-only property that returns the ModelDimensions collection object. This object provides access to all of the model dimensions in the part or assembly.
ModelFeatureControlFrames Read-only property that returns the ModelFeatureControlFrames collection object. This object provides access to all of the feature controls frames in the part or assembly.
ModelGeneralNotes Returns ModelGeneralNotes collection object.
ModelHoleThreadNotes Read-only property that returns the ModelHoleThreadNotes collection object. This object provides access to all of the model dimensions in the part or assembly.
ModelLeaderNotes Read-only property that returns the ModelLeaderNotes collection object. This object provides access to all of the model dimensions in the part or assembly.
ModelSurfaceTextureSymbols Read-only property that returns the ModelSurfaceTextureSymbols collection object. This object provides access to all of the surface texture symbols in the part or assembly.
ModelWeldingSymbols Returns the ModelWeldingSymbols collection object.
Type Gets the constant that indicates the type of this object.

Accessed From

AssemblyComponentDefinition.ModelAnnotations, FlatPattern.ModelAnnotations, PartComponentDefinition.ModelAnnotations, SheetMetalComponentDefinition.ModelAnnotations, WeldmentComponentDefinition.ModelAnnotations

Version

Introduced in version 2018

Was this information helpful?