Search Results for

    Show / Hide Table of Contents

    Class SelectPointList

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SelectPointList
    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 SelectPointList : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    SelectPointList()

    Declaration
    protected SelectPointList()

    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(InferSnapType.SnapType, Point, View, Point3d, Point, View, Point3d)

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

    Add(Point)

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

    Add(Point, CaeObjectType.CaeSubType, Int32)

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

    Add(Point, View, Point3d)

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

    Add(Point[])

    Declaration
    public bool Add(Point[] objects)
    Parameters
    Type Name Description
    Point[] objects
    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(Point)

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

    GetArray()

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

    GetSelectObjectArray()

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

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

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

    Remove(Point)

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

    Remove(Point, View)

    Declaration
    public bool Remove(Point object, View view)
    Parameters
    Type Name Description
    Point object
    View view
    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(Point[])

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

    SetArray(Point[])

    Declaration
    public void SetArray(Point[] objects)
    Parameters
    Type Name Description
    Point[] 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