Search Results for

    Show / Hide Table of Contents

    Class SelectCageObjectData

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SelectCageObjectData
    CageManipulatorData
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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)
    Namespace: NXOpen.Features.Subdivision
    Assembly: NXOpen.dll
    Syntax
    public class SelectCageObjectData : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    SelectCageObjectData()

    Declaration
    protected SelectCageObjectData()

    Properties

    CanDeselectObjectsAutomatically

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  There is no replacement for this unused property.")]
    public bool CanDeselectObjectsAutomatically { get; set; }
    Property Value
    Type Description
    System.Boolean

    SelectionList

    Declaration
    public SelectDisplayableObjectList SelectionList { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    Methods

    ClearAndAdd(NXObject[], View, Point3d)

    Declaration
    public void ClearAndAdd(NXObject[] objects, View view, Point3d point)
    Parameters
    Type Name Description
    NXObject[] objects
    View view
    Point3d point

    SetCursorLocation(Point3d)

    Declaration
    public void SetCursorLocation(Point3d point)
    Parameters
    Type Name Description
    Point3d point

    SetViewDirection(Vector3d)

    Declaration
    public void SetViewDirection(Vector3d direction)
    Parameters
    Type Name Description
    Vector3d direction

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX