Struct AeroMeshCheckBuilder.DisplaySettings
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public struct DisplaySettings
Constructors
DisplaySettings(Boolean, NXColor, DisplayableObject.ObjectWidth)
Declaration
public DisplaySettings(bool ShowIncorrectMeshes, NXColor MeshColor, DisplayableObject.ObjectWidth MeshWidth)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | ShowIncorrectMeshes | |
NXColor | MeshColor | |
DisplayableObject.ObjectWidth | MeshWidth |
Fields
MeshColor
Declaration
public NXColor MeshColor
Field Value
Type | Description |
---|---|
NXColor |
MeshWidth
Declaration
public DisplayableObject.ObjectWidth MeshWidth
Field Value
Type | Description |
---|---|
DisplayableObject.ObjectWidth |
ShowIncorrectMeshes
Declaration
public bool ShowIncorrectMeshes
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()