How to add your knowledge

commonAncestor()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax

    Synopsis

    Returns the Part which is the common ancestor of p1 and p2 in the model tree.

    Syntax

    commonAncestor ( p1 As Part, 
                     p2 As Part ) As Part 
    Argument Type Description
    p1 Part The first Part.
    p2 Part The second Part.