How to add your knowledge

Drawing Sketch <IvDrawingSketch>

    Table of contents
    1. 1. Synopsis
    2. 2. Mixins
    3. 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.

    Mixins

    BasePart

    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".