Search Results for

    Show / Hide Table of Contents

    Class UFEvalsf

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    UFEvalsf
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public class UFEvalsf : NXRemotableObject, IMessageSink

    Methods

    AskFaceUvMinmax(IntPtr, Double[])

    Declaration
    public void AskFaceUvMinmax(IntPtr evaluator, double[] uv_min_max)
    Parameters
    Type Name Description
    System.IntPtr evaluator
    System.Double[] uv_min_max

    AskMinimumFaceDist(IntPtr, Double[], out UFEvalsf.Pos3)

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

    Evaluate(IntPtr, Int32, Double[], out ModlSrfValue)

    Declaration
    public void Evaluate(IntPtr evaluator, int deriv_flag, double[] uv_pair, out ModlSrfValue surf_eval)
    Parameters
    Type Name Description
    System.IntPtr evaluator
    System.Int32 deriv_flag
    System.Double[] uv_pair
    ModlSrfValue surf_eval

    EvaluateArray(IntPtr, Int32, Int32, Double[], ModlSrfValue[])

    Declaration
    public void EvaluateArray(IntPtr evaluator, int deriv_flag, int num_points, double[] uv_pairs, ModlSrfValue[] surf_evals)
    Parameters
    Type Name Description
    System.IntPtr evaluator
    System.Int32 deriv_flag
    System.Int32 num_points
    System.Double[] uv_pairs
    ModlSrfValue[] surf_evals

    FindClosestPoint(IntPtr, Double[], out UFEvalsf.Pos3)

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

    FindClosestPoint2(IntPtr, Double[], out UFEvalsf.Pos3)

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

    Free(out IntPtr)

    Declaration
    public void Free(out IntPtr evaluator)
    Parameters
    Type Name Description
    System.IntPtr evaluator

    Initialize(Tag, out IntPtr)

    Declaration
    public void Initialize(Tag face_tag, out IntPtr evaluator)
    Parameters
    Type Name Description
    Tag face_tag
    System.IntPtr evaluator

    Initialize2(Tag, out IntPtr)

    Declaration
    public void Initialize2(Tag face_tag, out IntPtr evaluator)
    Parameters
    Type Name Description
    Tag face_tag
    System.IntPtr evaluator

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX