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