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