Search Results for

    Show / Hide Table of Contents

    Interface I3DDataGraph

    Namespace: NXOpen.CAE.Xyplot
    Assembly: NXOpen.dll
    Syntax
    public interface I3DDataGraph

    Methods

    CreateMarker(int, int, int)

    Declaration
    MarkerModel CreateMarker(int recordIndex, int sectionIndex, int pointIndex)
    Parameters
    Type Name Description
    int recordIndex
    int sectionIndex
    int pointIndex
    Returns
    Type Description
    MarkerModel

    CreateMarker(int, int, int, int, double)

    Declaration
    MarkerModel CreateMarker(int recordIndex, int sectionIndex, int prePointIndex, int nextPointIndex, double linearInterpoScale)
    Parameters
    Type Name Description
    int recordIndex
    int sectionIndex
    int prePointIndex
    int nextPointIndex
    double linearInterpoScale
    Returns
    Type Description
    MarkerModel

    GetSourcePointCount(int, int)

    Declaration
    int GetSourcePointCount(int recordIndex, int sectionIndex)
    Parameters
    Type Name Description
    int recordIndex
    int sectionIndex
    Returns
    Type Description
    int
    In this article
    Back to top Generated by DocFX