Class GridBuilder
Assembly: NXOpen.dll
Syntax
public class GridBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
GridBuilder()
Declaration
Properties
LineColor
Declaration
public NXColor LineColor { get; set; }
Property Value
MajorLineSpacing
Declaration
public double MajorLineSpacing { get; set; }
Property Value
MajorLineStyle
Declaration
public GridBuilder.LineStyleType MajorLineStyle { get; set; }
Property Value
MajorLineWeight
Declaration
public GridBuilder.LineWeightType MajorLineWeight { get; set; }
Property Value
MinorLineStyle
Declaration
public GridBuilder.LineStyleType MinorLineStyle { get; set; }
Property Value
MinorLineWeight
Declaration
public GridBuilder.LineWeightType MinorLineWeight { get; set; }
Property Value
MinorLinesPerMajor
Declaration
public int MinorLinesPerMajor { get; set; }
Property Value
Show
Declaration
public bool Show { get; set; }
Property Value
ShowMajorLines
Declaration
public bool ShowMajorLines { get; set; }
Property Value
ShowOnTop
Declaration
public bool ShowOnTop { get; set; }
Property Value
SnapPointsPerMinor
Declaration
public int SnapPointsPerMinor { get; set; }
Property Value
SnapToGrid
Declaration
public bool SnapToGrid { get; set; }
Property Value
Methods
InheritSettings(Grid)
Declaration
public void InheritSettings(Grid grid)
Parameters
Type |
Name |
Description |
Grid |
grid |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink