Class SmartTemplateTool
Inheritance
System.Object
System.MarshalByRefObject
SmartTemplateTool
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE.Connections
Assembly: NXOpen.dll
Syntax
public class SmartTemplateTool : TaggedObject, IMessageSink
Constructors
SmartTemplateTool()
Declaration
protected SmartTemplateTool()
Methods
Destroy()
Declaration
public void Destroy()
ExportPIDs(CaePart, String)
Declaration
public void ExportPIDs(CaePart caePart, string iAbsoluteExportPath)
Parameters
Type | Name | Description |
---|---|---|
CaePart | caePart | |
System.String | iAbsoluteExportPath |
ExportResultDataToExcel(SimSolution, String, String, Boolean, String)
Declaration
public void ExportResultDataToExcel(SimSolution pSimSolution, string iAbsoluteExportPath, string resultName, bool drivingPoints, string indexFile)
Parameters
Type | Name | Description |
---|---|---|
SimSolution | pSimSolution | |
System.String | iAbsoluteExportPath | |
System.String | resultName | |
System.Boolean | drivingPoints | |
System.String | indexFile |
ExportResults(SimSolution, String)
Declaration
public void ExportResults(SimSolution pSimSolution, string iAbsoluteExportPath)
Parameters
Type | Name | Description |
---|---|---|
SimSolution | pSimSolution | |
System.String | iAbsoluteExportPath |
GetGroupPhysicalPropertyTables(CaeGroup)
Declaration
public PhysicalPropertyTable[] GetGroupPhysicalPropertyTables(CaeGroup caeGroup)
Parameters
Type | Name | Description |
---|---|---|
CaeGroup | caeGroup |
Returns
Type | Description |
---|---|
PhysicalPropertyTable[] |
GetHardPointNameAndType(String, out SelRecipeBaseStrategy.Type[], out String[])
Declaration
public void GetHardPointNameAndType(string iAbsoluteFilePath, out SelRecipeBaseStrategy.Type[] listOfHardPointTypes, out string[] listOfHardPointNames)
Parameters
Type | Name | Description |
---|---|---|
System.String | iAbsoluteFilePath | |
SelRecipeBaseStrategy.Type[] | listOfHardPointTypes | |
System.String[] | listOfHardPointNames |
ImportGroups(CaePart, String)
Declaration
public CaeGroup[] ImportGroups(CaePart caePart, string iAbsoluteImportPath)
Parameters
Type | Name | Description |
---|---|---|
CaePart | caePart | |
System.String | iAbsoluteImportPath |
Returns
Type | Description |
---|---|
CaeGroup[] |
ImportGroups(CaePart, String, String[])
Declaration
public CaeGroup[] ImportGroups(CaePart caePart, string iAbsoluteImportPath, string[] selectedGroups)
Parameters
Type | Name | Description |
---|---|---|
CaePart | caePart | |
System.String | iAbsoluteImportPath | |
System.String[] | selectedGroups |
Returns
Type | Description |
---|---|
CaeGroup[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink