IvSketchedSymbol adds a sketched symbol to an Inventor drawing sheet. Sketched Symbols can be rotated and scaled upon insertion. Leader lines can be added and the symbols can be associated with views on a sheet.
IvSketchedSymbolModifier
BasePart
| Name | Type | Description |
|---|---|---|
| sheet | part | Identifies the drawing sheet that the Sketched Symbol should be placed in. Defaults to 'Parent'. |
| definition | string | (Required) Name of the sketched symbol definition to insert on to the sheet. |
| leaderPoints | list | (Optional) This list contains coordinates, in sheet space, for vertices for a leader line, if such a line is desired. Defaults to empty list (no leader). |
| libraryDocument | string | (Optional) Name of a template file, where the Sketched Symbol is defined. Allows the sketched symbol definitions to be maintained outside of the drawing templates. |
| promptStrings | list | (Optional) Set of prompt strings for the symbol. This is a list of 2-element name/value lists . |
| symbolClipping? | boolean | Controls whether to trim annotations applied to the sketched symbol. Defaults to True . |
| symbolOrigin | point | The origin position of the symbol (sheet coordinates). Not required (and ignored) if using leaderPoints. |
| symbolRotation | number | Defines the rotation in degrees around the insertion point . If the Sketched Symbol has no defined insertion point , it is rotated around its center. |
| symbolScale | number | Scale factor used to increase or decrease the size of the Sketched Symbol. Defaults to 1.0. |
| symbolStatic? | boolean | Controls whether to show the scale and rotation grip points on the sketched symbol. Defaults to False . |