Struct AeroMeshCheckBuilder.DisplaySettings
Assembly: NXOpen.dll
Syntax
public struct AeroMeshCheckBuilder.DisplaySettings
Constructors
DisplaySettings(bool, NXColor, ObjectWidth)
Declaration
public DisplaySettings(bool ShowIncorrectMeshes, NXColor MeshColor, DisplayableObject.ObjectWidth MeshWidth)
Parameters
Fields
MeshColor
Declaration
Field Value
MeshWidth
Declaration
public DisplayableObject.ObjectWidth MeshWidth
Field Value
ShowIncorrectMeshes
Declaration
public bool ShowIncorrectMeshes
Field Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides