Search Results for

    Show / Hide Table of Contents

    Class ControlPointCollection

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    ControlPointCollection
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.Collections.IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    public class ControlPointCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    ControlPointCollection()

    Declaration
    protected ControlPointCollection()

    ControlPointCollection(RouteManager)

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

    Properties

    Tag

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

    Methods

    CreateControlPoint(IBaseCurve, ControlPointCollection.CheckExisting, out ControlPointCollection.FoundExisting)

    Declaration
    public ControlPoint CreateControlPoint(IBaseCurve conic, ControlPointCollection.CheckExisting checkExisting, out ControlPointCollection.FoundExisting foundExisting)
    Parameters
    Type Name Description
    IBaseCurve conic
    ControlPointCollection.CheckExisting checkExisting
    ControlPointCollection.FoundExisting foundExisting
    Returns
    Type Description
    ControlPoint

    CreateControlPoint(Point, ControlPointCollection.CheckExisting, out ControlPointCollection.FoundExisting)

    Declaration
    public ControlPoint CreateControlPoint(Point point, ControlPointCollection.CheckExisting checkExisting, out ControlPointCollection.FoundExisting foundExisting)
    Parameters
    Type Name Description
    Point point
    ControlPointCollection.CheckExisting checkExisting
    ControlPointCollection.FoundExisting foundExisting
    Returns
    Type Description
    ControlPoint

    CreateControlPoint(Point3d, ControlPointCollection.CheckExisting, out ControlPointCollection.FoundExisting)

    Declaration
    public ControlPoint CreateControlPoint(Point3d position, ControlPointCollection.CheckExisting checkExisting, out ControlPointCollection.FoundExisting foundExisting)
    Parameters
    Type Name Description
    Point3d position
    ControlPointCollection.CheckExisting checkExisting
    ControlPointCollection.FoundExisting foundExisting
    Returns
    Type Description
    ControlPoint

    CreateControlPoint(ControlPoint, ControlPointCollection.CheckExisting, out ControlPointCollection.FoundExisting)

    Declaration
    public ControlPoint CreateControlPoint(ControlPoint cpOcc, ControlPointCollection.CheckExisting checkExisting, out ControlPointCollection.FoundExisting foundExisting)
    Parameters
    Type Name Description
    ControlPoint cpOcc
    ControlPointCollection.CheckExisting checkExisting
    ControlPointCollection.FoundExisting foundExisting
    Returns
    Type Description
    ControlPoint

    CreateControlPoint(IRoutePosition, Vector3d, ControlPointCollection.CheckExisting, out ControlPointCollection.FoundExisting)

    Declaration
    public ControlPoint CreateControlPoint(IRoutePosition startObject, Vector3d offset, ControlPointCollection.CheckExisting checkExisting, out ControlPointCollection.FoundExisting foundExisting)
    Parameters
    Type Name Description
    IRoutePosition startObject
    Vector3d offset
    ControlPointCollection.CheckExisting checkExisting
    ControlPointCollection.FoundExisting foundExisting
    Returns
    Type Description
    ControlPoint

    CreateControlPoint(Port, ControlPointCollection.CheckExisting, out ControlPointCollection.FoundExisting)

    Declaration
    public ControlPoint CreateControlPoint(Port port, ControlPointCollection.CheckExisting checkExisting, out ControlPointCollection.FoundExisting foundExisting)
    Parameters
    Type Name Description
    Port port
    ControlPointCollection.CheckExisting checkExisting
    ControlPointCollection.FoundExisting foundExisting
    Returns
    Type Description
    ControlPoint

    CreateControlPoint(TaggedObject, Double, ControlPointCollection.CheckExisting, out ControlPointCollection.FoundExisting)

    Declaration
    public ControlPoint CreateControlPoint(TaggedObject object, double objectParm, ControlPointCollection.CheckExisting checkExisting, out ControlPointCollection.FoundExisting foundExisting)
    Parameters
    Type Name Description
    TaggedObject object
    System.Double objectParm
    ControlPointCollection.CheckExisting checkExisting
    ControlPointCollection.FoundExisting foundExisting
    Returns
    Type Description
    ControlPoint

    EnumerateMoveNext(ref Tag, Byte[])

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

    FindControlPoint(Point3d, Double)

    Declaration
    public ControlPoint FindControlPoint(Point3d position, double tolerance)
    Parameters
    Type Name Description
    Point3d position
    System.Double tolerance
    Returns
    Type Description
    ControlPoint

    ToArray()

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.Collections.IEnumerable
    In This Article
    Back to top Generated by DocFX