How to add your knowledge

Assembly Work Point <IvWorkPoint>

    Table of contents
    1. 1. Synopsis
    2. 2. Mixins
    3. 3. Parameters
    4. 4. Rules
    5. 5. Example 1

    Synopsis

    Defines a work point in an Inventor assembly

    Mixins

    IvWorkPointModifier

    Parameters

    Name Type Description
    grounded? boolean True will set the work point grounded.
    Name string Name of the work point that will be displayed in the Inventor browser tree.
    origin point Defines the position of the work point.
    visible? boolean True will make the work point visible.

    Rules

    Name Type Description
    modelSelf list List of CAD relevant information about the current part.

    Example 1

    Child Name: workPoint_1
    Child Design: IvWorkPoint
    NameTypeSupplied
    grounded? boolean False
    visible? boolean True
    origin point Point(5, 5, 0)