Search Results for

    Show / Hide Table of Contents

    Struct WorkPlane.NonuniformGridSize

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.Preferences
    Assembly: NXOpen.dll
    Syntax
    public struct WorkPlane.NonuniformGridSize

    Constructors

    NonuniformGridSize(GridSize, 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
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX