Class SelectNXObjectList
Inheritance
SelectNXObjectList
Assembly: NXOpen.dll
Syntax
public class SelectNXObjectList : TaggedObject, IMessageSink, IComponentBuilder
Constructors
SelectNXObjectList()
Declaration
protected SelectNXObjectList()
Properties
DuplicatesAllowed
Declaration
public bool DuplicatesAllowed { get; }
Property Value
Size
Declaration
Property Value
Methods
Add(SnapType, NXObject, View, Point3d, NXObject, View, Point3d)
Declaration
public bool Add(InferSnapType.SnapType snapType, NXObject selection1, View view1, Point3d point1, NXObject selection2, View view2, Point3d point2)
Parameters
Returns
Add(NXObject)
Declaration
public bool Add(NXObject @object)
Parameters
Returns
Add(NXObject, CaeSubType, int)
Declaration
[Obsolete("Deprecated in NX10.0.0. Use other versions of NXOpen.SelectObjectList.Add.")]
public bool Add(NXObject selection, CaeObjectType.CaeSubType caeSubType, int caeSubId)
Parameters
Returns
Add(NXObject, View, Point3d)
Declaration
public bool Add(NXObject selection, View view, Point3d point)
Parameters
Returns
Add(NXObject[])
Declaration
public bool Add(NXObject[] objects)
Parameters
Type |
Name |
Description |
NXObject[] |
objects |
|
Returns
Add(SelectionMethod)
Declaration
public bool Add(SelectionMethod inputSelectionMethod)
Parameters
Returns
AddWithViews(NXObject[], View[])
Declaration
public bool AddWithViews(NXObject[] objects, View[] views)
Parameters
Returns
Clear()
Declaration
Contains(NXObject)
Declaration
public bool Contains(NXObject @object)
Parameters
Returns
GetArray()
Declaration
public NXObject[] GetArray()
Returns
GetSelectObjectArray()
Declaration
public SelectObject[] GetSelectObjectArray()
Returns
Remove(SnapType, NXObject, View, Point3d, NXObject, View, Point3d)
Declaration
public bool Remove(InferSnapType.SnapType snapType, NXObject selection1, View view1, Point3d point1, NXObject selection2, View view2, Point3d point2)
Parameters
Returns
Remove(NXObject)
Declaration
public bool Remove(NXObject @object)
Parameters
Returns
Remove(NXObject, View)
Declaration
public bool Remove(NXObject @object, View view)
Parameters
Returns
Remove(SelectionMethod)
Declaration
public bool Remove(SelectionMethod inputSelectionMethod)
Parameters
Returns
RemoveArray(NXObject[])
Declaration
public bool RemoveArray(NXObject[] objects)
Parameters
Type |
Name |
Description |
NXObject[] |
objects |
|
Returns
SetArray(NXObject[])
Declaration
public void SetArray(NXObject[] objects)
Parameters
Type |
Name |
Description |
NXObject[] |
objects |
|
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink