Search Results for

    Show / Hide Table of Contents

    Class OffsetPathCollection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    OffsetPathCollection
    Implements
    IMessageSink
    IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    public class OffsetPathCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    OffsetPathCollection()

    Declaration
    protected OffsetPathCollection()

    OffsetPathCollection(RouteManager)

    Declaration
    protected OffsetPathCollection(RouteManager owner)
    Parameters
    Type Name Description
    RouteManager owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    ConvertOffsetPaths(OffsetPath)

    Declaration
    public void ConvertOffsetPaths(OffsetPath masterOffsetPath)
    Parameters
    Type Name Description
    OffsetPath masterOffsetPath

    CreateCircularOffsetPath(ISegment[], bool, Stock[], bool, bool, BendType, bool, double, double, bool, bool, Vector3d, Vector3d, Point3d, double, double, int, double, out OffsetPath[])

    Declaration
    public OffsetPath CreateCircularOffsetPath(ISegment[] segments, bool allStock, Stock[] specStocks, bool maintainStock, bool copyBendCorners, OffsetPathCollection.BendType maintain, bool useMinimumBendRatio, double minimumBendRatio, double minimumBendRadius, bool deleteAllDuplicates, bool createAssociativePaths, Vector3d patternXVector, Vector3d patternYVector, Point3d patternAxisEndPoint, double patternStartAngle, double radialOffset, int nPaths, double totalAngle, out OffsetPath[] slavePathsCreated)
    Parameters
    Type Name Description
    ISegment[] segments
    bool allStock
    Stock[] specStocks
    bool maintainStock
    bool copyBendCorners
    OffsetPathCollection.BendType maintain
    bool useMinimumBendRatio
    double minimumBendRatio
    double minimumBendRadius
    bool deleteAllDuplicates
    bool createAssociativePaths
    Vector3d patternXVector
    Vector3d patternYVector
    Point3d patternAxisEndPoint
    double patternStartAngle
    double radialOffset
    int nPaths
    double totalAngle
    OffsetPath[] slavePathsCreated
    Returns
    Type Description
    OffsetPath

    CreateRectangularOffsetPath(ISegment[], bool, Stock[], bool, bool, BendType, bool, double, double, bool, bool, Vector3d, Vector3d, Point3d, double, double, double, int, int, int, int, out OffsetPath[])

    Declaration
    public OffsetPath CreateRectangularOffsetPath(ISegment[] segments, bool allStock, Stock[] specStocks, bool maintainStock, bool copyBendCorners, OffsetPathCollection.BendType maintain, bool useMinimumBendRatio, double minimumBendRatio, double minimumBendRadius, bool deleteAllDuplicates, bool createAssociativePaths, Vector3d patternXVector, Vector3d patternYVector, Point3d patternAxisEndPoint, double patternStartAngle, double rowOffset, double columnOffset, int nRows, int nColumns, int masterRow, int masterColumn, out OffsetPath[] slavePathsCreated)
    Parameters
    Type Name Description
    ISegment[] segments
    bool allStock
    Stock[] specStocks
    bool maintainStock
    bool copyBendCorners
    OffsetPathCollection.BendType maintain
    bool useMinimumBendRatio
    double minimumBendRatio
    double minimumBendRadius
    bool deleteAllDuplicates
    bool createAssociativePaths
    Vector3d patternXVector
    Vector3d patternYVector
    Point3d patternAxisEndPoint
    double patternStartAngle
    double rowOffset
    double columnOffset
    int nRows
    int nColumns
    int masterRow
    int masterColumn
    OffsetPath[] slavePathsCreated
    Returns
    Type Description
    OffsetPath

    EnumerateMoveNext(ref Tag, byte[])

    Declaration
    protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
    Parameters
    Type Name Description
    Tag currentTag
    byte[] state
    Returns
    Type Description
    int
    Overrides
    TaggedObjectCollection.EnumerateMoveNext(ref Tag, byte[])

    ToArray()

    Declaration
    public OffsetPath[] ToArray()
    Returns
    Type Description
    OffsetPath[]

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IEnumerable
    In this article
    Back to top Generated by DocFX