Search Results for

    Show / Hide Table of Contents

    Interface I3DDataGraph

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

    Methods

    CreateMarker(Int32, Int32, Int32)

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

    CreateMarker(Int32, Int32, Int32, Int32, Double)

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

    GetSourcePointCount(Int32, Int32)

    Declaration
    int GetSourcePointCount(int recordIndex, int sectionIndex)
    Parameters
    Type Name Description
    System.Int32 recordIndex
    System.Int32 sectionIndex
    Returns
    Type Description
    System.Int32
    In This Article
    Back to top Generated by DocFX