Search Results for

    Show / Hide Table of Contents

    Class MeshDisplaySettings2d

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    MeshDisplaySettings
    MeshDisplaySettings2d
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    MeshDisplaySettings.UseMeshCollectorDisplaySettings()
    MeshDisplaySettings.UseCustomerDefaultsDisplaySettings()
    MeshDisplaySettings.Color
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    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.CAE
    Assembly: NXOpen.dll
    Syntax
    public class MeshDisplaySettings2d : MeshDisplaySettings, IMessageSink, IDisposable

    Constructors

    MeshDisplaySettings2d(IntPtr)

    Declaration
    protected MeshDisplaySettings2d(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Properties

    BoltHoleCenterlineColor

    Declaration
    public NXColor BoltHoleCenterlineColor { get; set; }
    Property Value
    Type Description
    NXColor

    DisplayBoltHoleCenterline

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

    DisplayShadedEdges

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

    DisplayThickShell

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

    ElementNormals

    Declaration
    public ElementNormalsType ElementNormals { get; set; }
    Property Value
    Type Description
    ElementNormalsType

    ElementShrinkPercent

    Declaration
    public int ElementShrinkPercent { get; set; }
    Property Value
    Type Description
    System.Int32

    LineWidth

    Declaration
    public DisplayableObject.ObjectWidth LineWidth { get; set; }
    Property Value
    Type Description
    DisplayableObject.ObjectWidth

    NormalsColor

    Declaration
    public NXColor NormalsColor { get; set; }
    Property Value
    Type Description
    NXColor

    ShadedEdgeColor

    Declaration
    public NXColor ShadedEdgeColor { get; set; }
    Property Value
    Type Description
    NXColor

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    MeshDisplaySettings.FreeResource()

    Implements

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