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