Search Results for

    Show / Hide Table of Contents

    Class Composer

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Composer
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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 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
    System.String[]

    CheckAssemblyDocumentConnections()

    Declaration
    public string[] CheckAssemblyDocumentConnections()
    Returns
    Type Description
    System.String[]

    GetAxisFromAlias(String, out CoordinateSystem[])

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

    GetGroupFromAlias(String, out SelectionRecipe[])

    Declaration
    public void GetGroupFromAlias(string axisAlias, out SelectionRecipe[] groups)
    Parameters
    Type Name Description
    System.String axisAlias
    SelectionRecipe[] groups

    GetMeshPartFromPID(TaggedObject, out TaggedObject[])

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

    ReadAssemblyDefinition(String)

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

    ReadConnectionsDB(String)

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

    WriteAssemblyDefinition(String)

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX