Search Results for

    Show / Hide Table of Contents

    Interface IPath

    Inherited Members
    INXObject.FindObject(String)
    INXObject.Print()
    INXObject.SetName(String)
    INXObject.IsOccurrence
    INXObject.JournalIdentifier
    INXObject.Name
    INXObject.OwningComponent
    INXObject.OwningPart
    INXObject.Prototype
    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    public interface IPath : INXObject

    Properties

    ControlPointEnd

    Declaration
    ControlPoint ControlPointEnd { get; set; }
    Property Value
    Type Description
    ControlPoint

    ControlPointStart

    Declaration
    ControlPoint ControlPointStart { get; set; }
    Property Value
    Type Description
    ControlPoint

    Methods

    AddSegmentsToList(ISegment[])

    Declaration
    void AddSegmentsToList(ISegment[] objs)
    Parameters
    Type Name Description
    ISegment[] objs

    DelSegmentsFromList(ISegment[])

    Declaration
    void DelSegmentsFromList(ISegment[] objs)
    Parameters
    Type Name Description
    ISegment[] objs

    GetSegmentList()

    Declaration
    ISegment[] GetSegmentList()
    Returns
    Type Description
    ISegment[]
    In This Article
    Back to top Generated by DocFX