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