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