Class MeshDisplaySettings2d
Inheritance
MeshDisplaySettings2d
Assembly: NXOpen.dll
Syntax
public class MeshDisplaySettings2d : MeshDisplaySettings, IMessageSink, IDisposable
Constructors
MeshDisplaySettings2d(nint)
Declaration
protected MeshDisplaySettings2d(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
BoltHoleCenterlineColor
Declaration
public NXColor BoltHoleCenterlineColor { get; set; }
Property Value
DisplayBoltHoleCenterline
Declaration
public bool DisplayBoltHoleCenterline { get; set; }
Property Value
DisplayShadedEdges
Declaration
public bool DisplayShadedEdges { get; set; }
Property Value
DisplayThickShell
Declaration
public bool DisplayThickShell { get; set; }
Property Value
ElementNormals
Declaration
public ElementNormalsType ElementNormals { get; set; }
Property Value
ElementShrinkPercent
Declaration
public int ElementShrinkPercent { get; set; }
Property Value
LineWidth
Declaration
public DisplayableObject.ObjectWidth LineWidth { get; set; }
Property Value
NormalsColor
Declaration
public NXColor NormalsColor { get; set; }
Property Value
ShadedEdgeColor
Declaration
public NXColor ShadedEdgeColor { get; set; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink