Class TcinUtils
Assembly: NXOpen.dll
Syntax
public class TcinUtils : NXRemotableObject, IMessageSink
Constructors
TcinUtils(PdmSession)
Declaration
protected TcinUtils(PdmSession owner)
Parameters
Properties
Tag
Declaration
Property Value
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