Search Results for

    Show / Hide Table of Contents

    Class Composer

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Composer
    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 Composer : TaggedObject, IMessageSink

    Constructors

    Composer()

    Declaration
    protected Composer()

    Properties

    ComposerData

    Declaration
    public ComposerData ComposerData { get; set; }
    Property Value
    Type Description
    ComposerData

    ConnectionDBData

    Declaration
    public ConnectionDBData ConnectionDBData { get; set; }
    Property Value
    Type Description
    ConnectionDBData

    Methods

    CheckAssemblyConnections()

    Declaration
    public string[] CheckAssemblyConnections()
    Returns
    Type Description
    string[]

    CheckAssemblyDocumentConnections(string)

    Declaration
    public string[] CheckAssemblyDocumentConnections(string documentName)
    Parameters
    Type Name Description
    string documentName
    Returns
    Type Description
    string[]

    CreateComposerData()

    Declaration
    public ComposerData CreateComposerData()
    Returns
    Type Description
    ComposerData

    Destroy()

    Declaration
    public void Destroy()

    ExportHardPointToXml(CaePart, Unit, string)

    Declaration
    public void ExportHardPointToXml(CaePart tWorkPart, Unit tUnit, string file)
    Parameters
    Type Name Description
    CaePart tWorkPart
    Unit tUnit
    string file

    GetAxisFromAlias(string, out CoordinateSystem[])

    Declaration
    public void GetAxisFromAlias(string axisAlias, out CoordinateSystem[] axes)
    Parameters
    Type Name Description
    string axisAlias
    CoordinateSystem[] axes

    GetLumpedMassData()

    Declaration
    public LMIEConnection[] GetLumpedMassData()
    Returns
    Type Description
    LMIEConnection[]

    GetMaterialsData(string)

    Declaration
    public string[] GetMaterialsData(string inputBdfFilePath)
    Parameters
    Type Name Description
    string inputBdfFilePath
    Returns
    Type Description
    string[]

    GetMeshPartFromPID(int, out TaggedObject[])

    Declaration
    public void GetMeshPartFromPID(int pid, out TaggedObject[] meshParts)
    Parameters
    Type Name Description
    int pid
    TaggedObject[] meshParts

    GetMeshPartInContextFromPID(CaePart, int, out TaggedObject[])

    Declaration
    public void GetMeshPartInContextFromPID(CaePart tWorkPart, int pid, out TaggedObject[] meshParts)
    Parameters
    Type Name Description
    CaePart tWorkPart
    int pid
    TaggedObject[] meshParts

    ImportAndModifyHardPointLabel(CaePart, string)

    Declaration
    public SelectionRecipe[] ImportAndModifyHardPointLabel(CaePart tWorkPart, string file)
    Parameters
    Type Name Description
    CaePart tWorkPart
    string file
    Returns
    Type Description
    SelectionRecipe[]

    ImportAndUpdateHardPointFromXml(CaePart, string, bool, out SelectionRecipe[], out SelectionRecipe[])

    Declaration
    public void ImportAndUpdateHardPointFromXml(CaePart tWorkPart, string file, bool isUpdate, out SelectionRecipe[] selrecipes, out SelectionRecipe[] updatedSelrecipes)
    Parameters
    Type Name Description
    CaePart tWorkPart
    string file
    bool isUpdate
    SelectionRecipe[] selrecipes
    SelectionRecipe[] updatedSelrecipes

    ImportHardPointFromXml(CaePart, string, bool)

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use NXOpen.CAE.Connections.Composer.ImportAndUpdateHardPointFromXml instead.")]
    public SelectionRecipe[] ImportHardPointFromXml(CaePart tWorkPart, string file, bool isUpdate)
    Parameters
    Type Name Description
    CaePart tWorkPart
    string file
    bool isUpdate
    Returns
    Type Description
    SelectionRecipe[]

    MigrateToHardPointFile(string)

    Declaration
    public void MigrateToHardPointFile(string file)
    Parameters
    Type Name Description
    string file

    ReadAssemblyDefinition(string)

    Declaration
    public void ReadAssemblyDefinition(string filePath)
    Parameters
    Type Name Description
    string filePath

    ReadConnectionsDB(string)

    Declaration
    public void ReadConnectionsDB(string filePath)
    Parameters
    Type Name Description
    string filePath

    SearchBoltComponentAndPIDs(string, out string[])

    Declaration
    public void SearchBoltComponentAndPIDs(string documentName, out string[] listOfConnPIDsResults)
    Parameters
    Type Name Description
    string documentName
    string[] listOfConnPIDsResults

    SearchPIDs(string, out bool, out string[], out string[])

    Declaration
    public void SearchPIDs(string documentName, out bool isAssemblyOpen, out string[] listOfConnPIDsResults, out string[] listOfMassPIDsResults)
    Parameters
    Type Name Description
    string documentName
    bool isAssemblyOpen
    string[] listOfConnPIDsResults
    string[] listOfMassPIDsResults

    SetLumpedMassData(LMIEConnection[])

    Declaration
    public void SetLumpedMassData(LMIEConnection[] iConnections)
    Parameters
    Type Name Description
    LMIEConnection[] iConnections

    WriteAssemblyDefinition(string)

    Declaration
    public void WriteAssemblyDefinition(string filePath)
    Parameters
    Type Name Description
    string filePath

    Implements

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