General Note <IvGeneralNote>

Synopsis

IvGeneralNote produces a text note on a drawing.

Mixins

IvGeneralNoteModifier

IvCommonNoteMixin

BasePart

Parameters

Name Type Description
Point1 point (Required) Placement point . If only one point is defined, this point defines the text origin, which is dependant on the text alignment and the text style.
Point2 point (Optional) Placement point . If two points are defined, they define a rectangle to enclose the text.
formattedText string (From IvCommonNoteMixin) This defines the text of the note, along with optional style override information. The style override information is provided in pseudo-HTML-style tags. These tags include (case is important!): text - Apply a style override to 'text'

- Inject a line break into the text - Inserts the value of a parameter ('p0', in this case) from a component file

sheet part (From IvCommonNoteMixin) Part representing the drawing sheet on which to place the note. Defaults to 'Parent'.
layer string (From IvCommonNoteMixin) Name of the layer style to use for the note. Defaults to "Default", which uses the default layer style.
textStyle string Inventor text style to be used. Defaults to "Default", which uses the object default text style.