Search Results for

    Show / Hide Table of Contents

    Class UFScop

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    UFScop
    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 UFScop : NXRemotableObject, IMessageSink

    Methods

    AskRowColumnCount(Tag, out Int32, out Int32)

    Declaration
    public void AskRowColumnCount(Tag object_tag, out int num_row, out int num_col)
    Parameters
    Type Name Description
    Tag object_tag
    System.Int32 num_row
    System.Int32 num_col

    AskTxIntpDataType(Tag, out UFScop.TxIntpDataType)

    Declaration
    public void AskTxIntpDataType(Tag object_tag, out UFScop.TxIntpDataType tx_intp_data_type)
    Parameters
    Type Name Description
    Tag object_tag
    UFScop.TxIntpDataType tx_intp_data_type

    AskTxIntpMethod(Tag, out UFScop.TxIntpMethod)

    Declaration
    public void AskTxIntpMethod(Tag object_tag, out UFScop.TxIntpMethod tx_intp_method)
    Parameters
    Type Name Description
    Tag object_tag
    UFScop.TxIntpMethod tx_intp_method

    AskTxIntpVectorData(Tag, out Int32, out UFScop.VectorData[])

    Declaration
    public void AskTxIntpVectorData(Tag object_tag, out int count, out UFScop.VectorData[] vector_data)
    Parameters
    Type Name Description
    Tag object_tag
    System.Int32 count
    UFScop.VectorData[] vector_data

    DisplayUvDirs(Tag)

    Declaration
    public void DisplayUvDirs(Tag object_tag)
    Parameters
    Type Name Description
    Tag object_tag

    EvalGrid(Tag, ref Double, Tag, out ModlSrfValue)

    Declaration
    public void EvalGrid(Tag object_tag, ref double uv, Tag entity, out ModlSrfValue srf_value)
    Parameters
    Type Name Description
    Tag object_tag
    System.Double uv
    Tag entity
    ModlSrfValue srf_value

    GetNextDrivePoint(Tag, out IntPtr, out Int32)

    Declaration
    public void GetNextDrivePoint(Tag object_tag, out IntPtr drpos, out int point_count)
    Parameters
    Type Name Description
    Tag object_tag
    System.IntPtr drpos
    System.Int32 point_count

    RewindDrivePoint(Tag)

    Declaration
    public void RewindDrivePoint(Tag object_tag)
    Parameters
    Type Name Description
    Tag object_tag

    SetTxIntpDataType(Tag, UFScop.TxIntpDataType)

    Declaration
    public void SetTxIntpDataType(Tag object_tag, UFScop.TxIntpDataType tx_intp_data_type)
    Parameters
    Type Name Description
    Tag object_tag
    UFScop.TxIntpDataType tx_intp_data_type

    SetTxIntpMethod(Tag, UFScop.TxIntpMethod)

    Declaration
    public void SetTxIntpMethod(Tag object_tag, UFScop.TxIntpMethod tx_intp_method)
    Parameters
    Type Name Description
    Tag object_tag
    UFScop.TxIntpMethod tx_intp_method

    SetTxIntpVectorData(Tag, Int32, ref UFScop.VectorData, out Boolean)

    Declaration
    public void SetTxIntpVectorData(Tag object_tag, int count, ref UFScop.VectorData vector_data, out bool all_on_surface)
    Parameters
    Type Name Description
    Tag object_tag
    System.Int32 count
    UFScop.VectorData vector_data
    System.Boolean all_on_surface

    Implements

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