Search Results for

    Show / Hide Table of Contents

    Struct GeometricProperties.Face

    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 Face

    Fields

    InvOfMaxRadiusOfCurvature

    Declaration
    public double InvOfMaxRadiusOfCurvature
    Field Value
    Type Description
    System.Double

    InvOfMinRadiusOfCurvature

    Declaration
    public double InvOfMinRadiusOfCurvature
    Field Value
    Type Description
    System.Double

    Normal

    Declaration
    public Vector3d Normal
    Field Value
    Type Description
    Vector3d

    NormalInWcs

    Declaration
    public Vector3d NormalInWcs
    Field Value
    Type Description
    Vector3d

    Position

    Declaration
    public Point3d Position
    Field Value
    Type Description
    Point3d

    PositionInWcs

    Declaration
    public Point3d PositionInWcs
    Field Value
    Type Description
    Point3d

    UDerivative

    Declaration
    public Vector3d UDerivative
    Field Value
    Type Description
    Vector3d

    UDerivativeInWcs

    Declaration
    public Vector3d UDerivativeInWcs
    Field Value
    Type Description
    Vector3d

    UParamater

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

    VParamater

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