Struct WorkPlane.GridSize
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.Preferences
Assembly: NXOpen.dll
Syntax
public struct GridSize
Constructors
GridSize(Double, Int32, Int32)
Declaration
public GridSize(double MajorGridSpacing, int MinorLinesPerMajor, int SnapPointsPerMinor)
Parameters
Type | Name | Description |
---|---|---|
System.Double | MajorGridSpacing | |
System.Int32 | MinorLinesPerMajor | |
System.Int32 | SnapPointsPerMinor |
Fields
MajorGridSpacing
Declaration
public double MajorGridSpacing
Field Value
Type | Description |
---|---|
System.Double |
MinorLinesPerMajor
Declaration
public int MinorLinesPerMajor
Field Value
Type | Description |
---|---|
System.Int32 |
SnapPointsPerMinor
Declaration
public int SnapPointsPerMinor
Field Value
Type | Description |
---|---|
System.Int32 |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()