Search Results for

    Show / Hide Table of Contents

    Class UFEvalsf

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    UFEvalsf
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public class UFEvalsf : NXRemotableObject, IMessageSink

    Methods

    AskFaceUvMinmax(nint, double[])

    Declaration
    public void AskFaceUvMinmax(nint evaluator, double[] uv_min_max)
    Parameters
    Type Name Description
    nint evaluator
    double[] uv_min_max

    AskMinimumFaceDist(nint, double[], out Pos3)

    Declaration
    public void AskMinimumFaceDist(nint evaluator, double[] point, out UFEvalsf.Pos3 srf_pos3)
    Parameters
    Type Name Description
    nint evaluator
    double[] point
    UFEvalsf.Pos3 srf_pos3

    Evaluate(nint, int, double[], out ModlSrfValue)

    Declaration
    public void Evaluate(nint evaluator, int deriv_flag, double[] uv_pair, out ModlSrfValue surf_eval)
    Parameters
    Type Name Description
    nint evaluator
    int deriv_flag
    double[] uv_pair
    ModlSrfValue surf_eval

    EvaluateArray(nint, int, int, double[], ModlSrfValue[])

    Declaration
    public void EvaluateArray(nint evaluator, int deriv_flag, int num_points, double[] uv_pairs, ModlSrfValue[] surf_evals)
    Parameters
    Type Name Description
    nint evaluator
    int deriv_flag
    int num_points
    double[] uv_pairs
    ModlSrfValue[] surf_evals

    FindClosestPoint(nint, double[], out Pos3)

    Declaration
    public void FindClosestPoint(nint evaluator, double[] point, out UFEvalsf.Pos3 srf_pos3)
    Parameters
    Type Name Description
    nint evaluator
    double[] point
    UFEvalsf.Pos3 srf_pos3

    FindClosestPoint2(nint, double[], out Pos3)

    Declaration
    public void FindClosestPoint2(nint evaluator, double[] point, out UFEvalsf.Pos3 srf_pos3)
    Parameters
    Type Name Description
    nint evaluator
    double[] point
    UFEvalsf.Pos3 srf_pos3

    Free(out nint)

    Declaration
    public void Free(out nint evaluator)
    Parameters
    Type Name Description
    nint evaluator

    Initialize(Tag, out nint)

    Declaration
    public void Initialize(Tag face_tag, out nint evaluator)
    Parameters
    Type Name Description
    Tag face_tag
    nint evaluator

    Initialize2(Tag, out nint)

    Declaration
    public void Initialize2(Tag face_tag, out nint evaluator)
    Parameters
    Type Name Description
    Tag face_tag
    nint evaluator

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX