Class MeshDisplaySettings2d
Inheritance
System.Object
System.MarshalByRefObject
MeshDisplaySettings2d
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
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
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable