Class TcinUtils
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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.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 | |
System.String[] | legacyDCEIds | |
System.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