Search Results for

    Show / Hide Table of Contents

    Class SelectCurveList

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SelectCurveList
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public class SelectCurveList : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    SelectCurveList()

    Declaration
    protected SelectCurveList()

    Properties

    DuplicatesAllowed

    Declaration
    public bool DuplicatesAllowed { get; }
    Property Value
    Type Description
    System.Boolean

    Size

    Declaration
    public int Size { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    Add(Curve)

    Declaration
    public bool Add(Curve object)
    Parameters
    Type Name Description
    Curve object
    Returns
    Type Description
    System.Boolean

    Add(Curve, CaeObjectType.CaeSubType, Int32)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use other versions of NXOpen.SelectObjectList.Add.")]
    public bool Add(Curve selection, CaeObjectType.CaeSubType caeSubType, int caeSubId)
    Parameters
    Type Name Description
    Curve selection
    CaeObjectType.CaeSubType caeSubType
    System.Int32 caeSubId
    Returns
    Type Description
    System.Boolean

    Add(Curve, View, Point3d)

    Declaration
    public bool Add(Curve selection, View view, Point3d point)
    Parameters
    Type Name Description
    Curve selection
    View view
    Point3d point
    Returns
    Type Description
    System.Boolean

    Add(Curve[])

    Declaration
    public bool Add(Curve[] objects)
    Parameters
    Type Name Description
    Curve[] objects
    Returns
    Type Description
    System.Boolean

    Add(InferSnapType.SnapType, Curve, View, Point3d, Curve, View, Point3d)

    Declaration
    public bool Add(InferSnapType.SnapType snapType, Curve selection1, View view1, Point3d point1, Curve selection2, View view2, Point3d point2)
    Parameters
    Type Name Description
    InferSnapType.SnapType snapType
    Curve selection1
    View view1
    Point3d point1
    Curve selection2
    View view2
    Point3d point2
    Returns
    Type Description
    System.Boolean

    Add(SelectionMethod)

    Declaration
    public bool Add(SelectionMethod inputSelectionMethod)
    Parameters
    Type Name Description
    SelectionMethod inputSelectionMethod
    Returns
    Type Description
    System.Boolean

    Clear()

    Declaration
    public void Clear()

    Contains(Curve)

    Declaration
    public bool Contains(Curve object)
    Parameters
    Type Name Description
    Curve object
    Returns
    Type Description
    System.Boolean

    GetArray()

    Declaration
    public Curve[] GetArray()
    Returns
    Type Description
    Curve[]

    GetSelectObjectArray()

    Declaration
    public SelectObject[] GetSelectObjectArray()
    Returns
    Type Description
    SelectObject[]

    Remove(Curve)

    Declaration
    public bool Remove(Curve object)
    Parameters
    Type Name Description
    Curve object
    Returns
    Type Description
    System.Boolean

    Remove(Curve, View)

    Declaration
    public bool Remove(Curve object, View view)
    Parameters
    Type Name Description
    Curve object
    View view
    Returns
    Type Description
    System.Boolean

    Remove(InferSnapType.SnapType, Curve, View, Point3d, Curve, View, Point3d)

    Declaration
    public bool Remove(InferSnapType.SnapType snapType, Curve selection1, View view1, Point3d point1, Curve selection2, View view2, Point3d point2)
    Parameters
    Type Name Description
    InferSnapType.SnapType snapType
    Curve selection1
    View view1
    Point3d point1
    Curve selection2
    View view2
    Point3d point2
    Returns
    Type Description
    System.Boolean

    Remove(SelectionMethod)

    Declaration
    public bool Remove(SelectionMethod inputSelectionMethod)
    Parameters
    Type Name Description
    SelectionMethod inputSelectionMethod
    Returns
    Type Description
    System.Boolean

    RemoveArray(Curve[])

    Declaration
    public bool RemoveArray(Curve[] objects)
    Parameters
    Type Name Description
    Curve[] objects
    Returns
    Type Description
    System.Boolean

    SetArray(Curve[])

    Declaration
    public void SetArray(Curve[] objects)
    Parameters
    Type Name Description
    Curve[] objects

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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