Search Results for

    Show / Hide Table of Contents

    Struct GeometricProperties.CaeFace

    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 CaeFace

    Fields

    ClosestPoint

    Declaration
    public Vector3d ClosestPoint
    Field Value
    Type Description
    Vector3d

    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

    UDerivative

    Declaration
    public Vector3d UDerivative
    Field Value
    Type Description
    Vector3d

    UDerivativeInWcs

    Declaration
    public Vector3d UDerivativeInWcs
    Field Value
    Type Description
    Vector3d

    UParameter

    Declaration
    public double UParameter
    Field Value
    Type Description
    System.Double

    VDerivative

    Declaration
    public Vector3d VDerivative
    Field Value
    Type Description
    Vector3d

    VDerivativeInWcs

    Declaration
    public Vector3d VDerivativeInWcs
    Field Value
    Type Description
    Vector3d

    VParameter

    Declaration
    public double VParameter
    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