Search Results for

    Show / Hide Table of Contents

    Enum OpenLeavesMeetingPoint

    Specifies where the open MLC leaves meet the structure outline in an MLC leaf fit operation.

    Namespace: VMS.TPS.Common.Model.Types
    Assembly: VMS.TPS.Common.Model.Types.dll
    Syntax
    public enum OpenLeavesMeetingPoint

    Fields

    Name Description
    OpenLeavesMeetingPoint_Inside

    The leaf tips are inside the structure outline.

    OpenLeavesMeetingPoint_Middle

    The midpoint of the leaf tips intersect with the structure outline.

    OpenLeavesMeetingPoint_Outside

    The leaf tips are outside the structure outline.

    In This Article
    Back to top