Version: 15.0

    Show / Hide Table of Contents

    Class PlaneScalarFieldData

    Inheritance
    System.Object
    PlaneScalarFieldData
    Namespace: SMT.MastaAPI.Utility.Vectors
    Assembly: SMT.MastaAPI.15.0.dll
    Syntax
    public sealed class PlaneScalarFieldData : MarshalByRefObjectPermanent

    Properties

    XTitle

    Declaration
    public string XTitle { get; }
    Property Value
    Type Description
    System.String

    YTitle

    Declaration
    public string YTitle { get; }
    Property Value
    Type Description
    System.String

    ZTitle

    Declaration
    public string ZTitle { get; }
    Property Value
    Type Description
    System.String

    Methods

    ToIrregularPoints()

    Declaration
    public double[, ] ToIrregularPoints()
    Returns
    Type Description
    System.Double[,]

    ToRegularGriddedPoints(Boolean)

    Declaration
    public double[, ] ToRegularGriddedPoints(bool extrapolate)
    Parameters
    Type Name Description
    System.Boolean extrapolate
    Returns
    Type Description
    System.Double[,]
    Back to top