Search Results for

    Show / Hide Table of Contents

    Interface IBaseCurve

    Inherited Members
    INXObject.FindObject(String)
    INXObject.Print()
    INXObject.SetName(String)
    INXObject.IsOccurrence
    INXObject.JournalIdentifier
    INXObject.Name
    INXObject.OwningComponent
    INXObject.OwningPart
    INXObject.Prototype
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public interface IBaseCurve : INXObject

    Properties

    IsReference

    Declaration
    bool IsReference { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    GetLength()

    Declaration
    double GetLength()
    Returns
    Type Description
    System.Double

    GetLocations()

    Declaration
    CurveLocation[] GetLocations()
    Returns
    Type Description
    CurveLocation[]
    In This Article
    Back to top Generated by DocFX