Search Results for

    Show / Hide Table of Contents

    Class TcinUtils

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TcinUtils
    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.PDM
    Assembly: NXOpen.dll
    Syntax
    public class TcinUtils : NXRemotableObject, IMessageSink

    Constructors

    TcinUtils(PdmSession)

    Declaration
    protected TcinUtils(PdmSession owner)
    Parameters
    Type Name Description
    PdmSession owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    ConvertLegacyDesignControlElements(Component[], out string[], out string[])

    Declaration
    public void ConvertLegacyDesignControlElements(Component[] designControlElements, out string[] legacyDCEIds, out string[] newDesignFeatureIds)
    Parameters
    Type Name Description
    Component[] designControlElements
    string[] legacyDCEIds
    string[] newDesignFeatureIds

    CreatePCAExpressions(Part[])

    Declaration
    public void CreatePCAExpressions(Part[] parts)
    Parameters
    Type Name Description
    Part[] parts

    CreateVariantExpressions(Part[])

    Declaration
    [Obsolete("Deprecated in NX1872.0.0.  Use NXOpen.PDM.TcinUtils.CreatePCAExpressions instead")]
    public void CreateVariantExpressions(Part[] parts)
    Parameters
    Type Name Description
    Part[] parts

    Implements

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