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