Search Results for

    Show / Hide Table of Contents

    Class TracelineCollection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    TracelineCollection
    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
    Assembly: NXOpen.dll
    Syntax
    public class TracelineCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    TracelineCollection()

    Declaration
    protected TracelineCollection()

    TracelineCollection(Part)

    Declaration
    protected TracelineCollection(Part owner)
    Parameters
    Type Name Description
    Part owner

    Properties

    Tag

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

    Methods

    CreateAutomaticTraceline(Explosion, Point, Direction, Point, Direction, Matrix3x3, ModeOption, int, double, double, int[], double[])

    Declaration
    public AutomaticTraceline CreateAutomaticTraceline(Explosion explosion, Point startPoint, Direction startDirection, Point endPoint, Direction endDirection, Matrix3x3 orientation, AutomaticTraceline.ModeOption mode, int solution, double startOffset, double endOffset, int[] segmentIndices, double[] segmentLengths)
    Parameters
    Type Name Description
    Explosion explosion
    Point startPoint
    Direction startDirection
    Point endPoint
    Direction endDirection
    Matrix3x3 orientation
    AutomaticTraceline.ModeOption mode
    int solution
    double startOffset
    double endOffset
    int[] segmentIndices
    double[] segmentLengths
    Returns
    Type Description
    AutomaticTraceline

    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 Traceline[] ToArray()
    Returns
    Type Description
    Traceline[]

    Implements

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