Search Results for

    Show / Hide Table of Contents

    Struct WorkPlane.GridSize

    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.GridSize

    Constructors

    GridSize(double, int, int)

    Declaration
    public GridSize(double MajorGridSpacing, int MinorLinesPerMajor, int SnapPointsPerMinor)
    Parameters
    Type Name Description
    double MajorGridSpacing
    int MinorLinesPerMajor
    int SnapPointsPerMinor

    Fields

    MajorGridSpacing

    Declaration
    public double MajorGridSpacing
    Field Value
    Type Description
    double

    MinorLinesPerMajor

    Declaration
    public int MinorLinesPerMajor
    Field Value
    Type Description
    int

    SnapPointsPerMinor

    Declaration
    public int SnapPointsPerMinor
    Field Value
    Type Description
    int

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX