Share

ModelGeneralNoteDefinition Object


Description

The ModelGeneralNoteDefinition provides access to all of the information that defines a model leader note.

Methods

Name Description
Copy Method that creates a copy of this LeaderModelNoteDefinition object. The new LeaderModelNoteDefinition object is independent of any leader note. It can edited and used as input to edit an existing note or to create a new note.
SetToModelSpaceDisplay Sets the general note to be displayed in model space. This will set the OnScreen to be False.
SetToOnScreenDisplay Sets the general note to be displayed on screen. This will set the OnScreen to be True.

Properties

Name Description
AnnotationPlane Read-write property that gets and sets the annotation plane for the dimension.
AnnotationPlaneDefinition Read-write property that gets and sets the annotation plane definition for the dimension.
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.
Intent Read-write property that gets and sets the geometric entity the note is attached to.
OnScreen Gets whether the general note is displayed on screen.
Parent Gets the parent object from whom this object can logically be reached.
Position Read-write property that gets and sets the position of the note in the part or assembly. The point is projected onto the orientation plane.
ScreenQuadrant Gets or sets the location where the general note is displayed on screen. Setting this property is only applicable when the OnScreen returns True.
ShowTextBorder Read-write property that gets and sets whether to show the text border or not.
SymbolDefinitions Returns the GeneralNoteSymbolDefinitions object, which allows you add model annotation definitions that can be used to display their symbols in the general note.
Text Read-only property that returns an object that controls all of the text information associated with this note. Properties on the returned ModelAnnoationText object can be edited to change the displayed text.
Type Gets the constant that indicates the type of this object.

Accessed From

GeneralNoteSymbolDefinition.Parent, ModelGeneralNote.Definition, ModelGeneralNoteDefinition.Copy, ModelGeneralNoteProxy.Definition, ModelGeneralNotes.CreateDefinition

Version

Introduced in version 2018

Was this information helpful?