Search Results for

    Show / Hide Table of Contents

    Class OrientXpress

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    OrientXpress
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    UIBlock.GetProperties()
    UIBlock.Focus()
    UIBlock.Enable
    UIBlock.Expanded
    UIBlock.Group
    UIBlock.Label
    UIBlock.Name
    UIBlock.Show
    UIBlock.Type
    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.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public class OrientXpress : UIBlock, IMessageSink

    Constructors

    OrientXpress()

    Declaration
    protected OrientXpress()

    Properties

    DirectionAsString

    Declaration
    public string DirectionAsString { get; set; }
    Property Value
    Type Description
    System.String

    PlaneAsString

    Declaration
    public string PlaneAsString { get; set; }
    Property Value
    Type Description
    System.String

    ReferenceAsString

    Declaration
    public string ReferenceAsString { get; set; }
    Property Value
    Type Description
    System.String

    ReferenceCsys

    Declaration
    public TaggedObject ReferenceCsys { get; set; }
    Property Value
    Type Description
    TaggedObject

    ShowAxisSubBlock

    Declaration
    public bool ShowAxisSubBlock { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowPlaneSubBlock

    Declaration
    public bool ShowPlaneSubBlock { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowReferenceSubBlock

    Declaration
    public bool ShowReferenceSubBlock { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowSceneControl

    Declaration
    public bool ShowSceneControl { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowXAxis

    Declaration
    public bool ShowXAxis { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowXYPlane

    Declaration
    public bool ShowXYPlane { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowXZPlane

    Declaration
    public bool ShowXZPlane { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowYAxis

    Declaration
    public bool ShowYAxis { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowYZPlane

    Declaration
    public bool ShowYZPlane { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowZAxis

    Declaration
    public bool ShowZAxis { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    GetDirectionMembers()

    Declaration
    public string[] GetDirectionMembers()
    Returns
    Type Description
    System.String[]

    GetPlaneMembers()

    Declaration
    public string[] GetPlaneMembers()
    Returns
    Type Description
    System.String[]

    GetReferenceMembers()

    Declaration
    public string[] GetReferenceMembers()
    Returns
    Type Description
    System.String[]

    Implements

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