Search Results for

    Show / Hide Table of Contents

    Class SmartTemplateTool

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SmartTemplateTool
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    string iAbsoluteExportPath

    ExportResultDataToExcel(SimSolution, string, string, bool, string)

    Declaration
    public void ExportResultDataToExcel(SimSolution pSimSolution, string iAbsoluteExportPath, string resultName, bool drivingPoints, string indexFile)
    Parameters
    Type Name Description
    SimSolution pSimSolution
    string iAbsoluteExportPath
    string resultName
    bool drivingPoints
    string indexFile

    ExportResults(SimSolution, string)

    Declaration
    public void ExportResults(SimSolution pSimSolution, string iAbsoluteExportPath)
    Parameters
    Type Name Description
    SimSolution pSimSolution
    string iAbsoluteExportPath

    GetGroupPhysicalPropertyTables(CaeGroup)

    Declaration
    public PhysicalPropertyTable[] GetGroupPhysicalPropertyTables(CaeGroup caeGroup)
    Parameters
    Type Name Description
    CaeGroup caeGroup
    Returns
    Type Description
    PhysicalPropertyTable[]

    GetHardPointNameAndType(string, out Type[], out string[])

    Declaration
    public void GetHardPointNameAndType(string iAbsoluteFilePath, out SelRecipeBaseStrategy.Type[] listOfHardPointTypes, out string[] listOfHardPointNames)
    Parameters
    Type Name Description
    string iAbsoluteFilePath
    Type[] listOfHardPointTypes
    string[] listOfHardPointNames

    ImportGroups(CaePart, string)

    Declaration
    public CaeGroup[] ImportGroups(CaePart caePart, string iAbsoluteImportPath)
    Parameters
    Type Name Description
    CaePart caePart
    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
    string iAbsoluteImportPath
    string[] selectedGroups
    Returns
    Type Description
    CaeGroup[]

    Implements

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