Struct WorkPlane.NonuniformGridSize
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 NonuniformGridSize
Constructors
NonuniformGridSize(WorkPlane.GridSize, WorkPlane.GridSize)
Declaration
public NonuniformGridSize(WorkPlane.GridSize XcGridSize, WorkPlane.GridSize YcGridSize)
Parameters
| Type | Name | Description |
|---|---|---|
| WorkPlane.GridSize | XcGridSize | |
| WorkPlane.GridSize | YcGridSize |
Fields
XcGridSize
Declaration
public WorkPlane.GridSize XcGridSize
Field Value
| Type | Description |
|---|---|
| WorkPlane.GridSize |
YcGridSize
Declaration
public WorkPlane.GridSize YcGridSize
Field Value
| Type | Description |
|---|---|
| WorkPlane.GridSize |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.ValueType.ToString()