Search Results for

    Show / Hide Table of Contents

    Struct WorkPlane.PolarGridSize

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

    Constructors

    PolarGridSize(GridSize, GridSize)

    Declaration
    public PolarGridSize(WorkPlane.GridSize RadialGridSize, WorkPlane.GridSize AngularGridSize)
    Parameters
    Type Name Description
    WorkPlane.GridSize RadialGridSize
    WorkPlane.GridSize AngularGridSize

    Fields

    AngularGridSize

    Declaration
    public WorkPlane.GridSize AngularGridSize
    Field Value
    Type Description
    WorkPlane.GridSize

    RadialGridSize

    Declaration
    public WorkPlane.GridSize RadialGridSize
    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