Class BaseGridLayoutStyleSetting
Inheritance
BaseGridLayoutStyleSetting
Assembly: NXOpen.dll
Syntax
public class BaseGridLayoutStyleSetting : BaseDisplayStyleSetting, IMessageSink, IDisplayStyle
Constructors
BaseGridLayoutStyleSetting()
Declaration
protected BaseGridLayoutStyleSetting()
Properties
BackgroundColor
Declaration
public NXColor BackgroundColor { get; set; }
Property Value
ColorOfBackgroundPlane
Declaration
public NXColor ColorOfBackgroundPlane { get; set; }
Property Value
ContouringLevel
Declaration
public int ContouringLevel { get; set; }
Property Value
ContouringRange
Declaration
public ContouringRange ContouringRange { get; set; }
Property Value
DenseGridDisplayStyleSettings
Declaration
public CurveDisplaySettings DenseGridDisplayStyleSettings { get; }
Property Value
DisplayContouring
Declaration
public bool DisplayContouring { get; set; }
Property Value
MajorGridDisplayStyleSettings
Declaration
public CurveDisplaySettings MajorGridDisplayStyleSettings { get; }
Property Value
ShowBackground
Declaration
public bool ShowBackground { get; set; }
Property Value
ShowBackgroundPlane
Declaration
public bool ShowBackgroundPlane { get; set; }
Property Value
TicksDisplayStyleSettings
Declaration
public CurveDisplaySettings TicksDisplayStyleSettings { get; }
Property Value
XyGridStyle
Declaration
public GridStyle XyGridStyle { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink