How to add your knowledge
Drawing Sketch <IvDrawingSketch>
Table of contents
- 1. Synopsis
- 2. Mixins
- 3. Parameters
Synopsis
Creates a drawing sketch within an Inventor drawing document. The sketch can refer to a view or to the sheet itself. This depends on the type of parent of IvDrawingSketch.
Parameters
| Name | Type | Description |
|---|
| parentObject | part | View or parent must be a sheet or view object. Defaults to 'Parent'. |
| ReferenceFrame | frame | Coordinate system the sketch refers to. A coordinate system is a Frame object, which can be defined through functions such as "frame3Point" or "frameXY". |
Comments