Search Results for

    Show / Hide Table of Contents

    Class UFScop

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    UFScop
    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 UFScop : NXRemotableObject, IMessageSink

    Methods

    AskRowColumnCount(Tag, out int, out int)

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

    AskTxIntpDataType(Tag, out 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 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 int, out VectorData[])

    Declaration
    public void AskTxIntpVectorData(Tag object_tag, out int count, out UFScop.VectorData[] vector_data)
    Parameters
    Type Name Description
    Tag object_tag
    int count
    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
    double uv
    Tag entity
    ModlSrfValue srf_value

    GetNextDrivePoint(Tag, out nint, out int)

    Declaration
    public void GetNextDrivePoint(Tag object_tag, out nint drpos, out int point_count)
    Parameters
    Type Name Description
    Tag object_tag
    nint drpos
    int point_count

    RewindDrivePoint(Tag)

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

    SetTxIntpDataType(Tag, 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, 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, int, ref VectorData, out bool)

    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
    int count
    UFScop.VectorData vector_data
    bool all_on_surface

    Implements

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