Search Results for

    Show / Hide Table of Contents

    Class SelectModelingViewList

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SelectModelingViewList
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public class SelectModelingViewList : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    SelectModelingViewList()

    Declaration
    protected SelectModelingViewList()

    Properties

    DuplicatesAllowed

    Declaration
    public bool DuplicatesAllowed { get; }
    Property Value
    Type Description
    bool

    Size

    Declaration
    public int Size { get; }
    Property Value
    Type Description
    int

    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
    Type Name Description
    InferSnapType.SnapType snapType
    ModelingView selection1
    View view1
    Point3d point1
    ModelingView selection2
    View view2
    Point3d point2
    Returns
    Type Description
    bool

    Add(ModelingView)

    Declaration
    public bool Add(ModelingView @object)
    Parameters
    Type Name Description
    ModelingView object
    Returns
    Type Description
    bool

    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
    Type Name Description
    ModelingView selection
    CaeObjectType.CaeSubType caeSubType
    int caeSubId
    Returns
    Type Description
    bool

    Add(ModelingView, View, Point3d)

    Declaration
    public bool Add(ModelingView selection, View view, Point3d point)
    Parameters
    Type Name Description
    ModelingView selection
    View view
    Point3d point
    Returns
    Type Description
    bool

    Add(ModelingView[])

    Declaration
    public bool Add(ModelingView[] objects)
    Parameters
    Type Name Description
    ModelingView[] objects
    Returns
    Type Description
    bool

    Add(SelectionMethod)

    Declaration
    public bool Add(SelectionMethod inputSelectionMethod)
    Parameters
    Type Name Description
    SelectionMethod inputSelectionMethod
    Returns
    Type Description
    bool

    AddWithViews(ModelingView[], View[])

    Declaration
    public bool AddWithViews(ModelingView[] objects, View[] views)
    Parameters
    Type Name Description
    ModelingView[] objects
    View[] views
    Returns
    Type Description
    bool

    Clear()

    Declaration
    public void Clear()

    Contains(ModelingView)

    Declaration
    public bool Contains(ModelingView @object)
    Parameters
    Type Name Description
    ModelingView object
    Returns
    Type Description
    bool

    GetArray()

    Declaration
    public ModelingView[] GetArray()
    Returns
    Type Description
    ModelingView[]

    GetSelectObjectArray()

    Declaration
    public SelectObject[] GetSelectObjectArray()
    Returns
    Type Description
    SelectObject[]

    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
    Type Name Description
    InferSnapType.SnapType snapType
    ModelingView selection1
    View view1
    Point3d point1
    ModelingView selection2
    View view2
    Point3d point2
    Returns
    Type Description
    bool

    Remove(ModelingView)

    Declaration
    public bool Remove(ModelingView @object)
    Parameters
    Type Name Description
    ModelingView object
    Returns
    Type Description
    bool

    Remove(ModelingView, View)

    Declaration
    public bool Remove(ModelingView @object, View view)
    Parameters
    Type Name Description
    ModelingView object
    View view
    Returns
    Type Description
    bool

    Remove(SelectionMethod)

    Declaration
    public bool Remove(SelectionMethod inputSelectionMethod)
    Parameters
    Type Name Description
    SelectionMethod inputSelectionMethod
    Returns
    Type Description
    bool

    RemoveArray(ModelingView[])

    Declaration
    public bool RemoveArray(ModelingView[] objects)
    Parameters
    Type Name Description
    ModelingView[] objects
    Returns
    Type Description
    bool

    SetArray(ModelingView[])

    Declaration
    public void SetArray(ModelingView[] objects)
    Parameters
    Type Name Description
    ModelingView[] objects

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX