Search Results for

    Show / Hide Table of Contents

    Struct GeometricProperties.CaeCurve

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.GeometricAnalysis
    Assembly: NXOpen.dll
    Syntax
    public struct CaeCurve

    Fields

    ArcLengthParameter

    Declaration
    public double ArcLengthParameter
    Field Value
    Type Description
    System.Double

    ClosestPoint

    Declaration
    public Point3d ClosestPoint
    Field Value
    Type Description
    Point3d

    ClosestPointInWcs

    Declaration
    public Point3d ClosestPointInWcs
    Field Value
    Type Description
    Point3d

    Normal

    Declaration
    public Vector3d Normal
    Field Value
    Type Description
    Vector3d

    NormalInWcs

    Declaration
    public Vector3d NormalInWcs
    Field Value
    Type Description
    Vector3d

    Tangent

    Declaration
    public Vector3d Tangent
    Field Value
    Type Description
    Vector3d

    TangentInWcs

    Declaration
    public Vector3d TangentInWcs
    Field Value
    Type Description
    Vector3d

    UnitArcLengthParameter

    Declaration
    public double UnitArcLengthParameter
    Field Value
    Type Description
    System.Double

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()
    In This Article
    Back to top Generated by DocFX