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