Search Results for

    Show / Hide Table of Contents

    Class OrientXpress

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    OrientXpress
    Implements
    IMessageSink
    Inherited Members
    UIBlock.GetProperties()
    UIBlock.Focus()
    UIBlock.TestFocusChange()
    UIBlock.Enable
    UIBlock.Expanded
    UIBlock.Group
    UIBlock.Label
    UIBlock.Name
    UIBlock.Show
    UIBlock.Type
    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.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
    string

    PlaneAsString

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

    ReferenceAsString

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

    ReferenceCsys

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

    ShowAxisSubBlock

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

    ShowPlaneSubBlock

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

    ShowReferenceSubBlock

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

    ShowSceneControl

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

    ShowXAxis

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

    ShowXYPlane

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

    ShowXZPlane

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

    ShowYAxis

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

    ShowYZPlane

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

    ShowZAxis

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

    Methods

    GetDirectionMembers()

    Declaration
    public string[] GetDirectionMembers()
    Returns
    Type Description
    string[]

    GetPlaneMembers()

    Declaration
    public string[] GetPlaneMembers()
    Returns
    Type Description
    string[]

    GetReferenceMembers()

    Declaration
    public string[] GetReferenceMembers()
    Returns
    Type Description
    string[]

    TestDirectionSpecified(string)

    Declaration
    public void TestDirectionSpecified(string enumString)
    Parameters
    Type Name Description
    string enumString

    TestPlaneSpecified(string)

    Declaration
    public void TestPlaneSpecified(string enumString)
    Parameters
    Type Name Description
    string enumString

    TestReferenceCsysSpecified(TaggedObject)

    Declaration
    public void TestReferenceCsysSpecified(TaggedObject referenceCsys)
    Parameters
    Type Name Description
    TaggedObject referenceCsys

    TestReferenceSpecified(string)

    Declaration
    public void TestReferenceSpecified(string enumString)
    Parameters
    Type Name Description
    string enumString

    Implements

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