Search Results for

    Show / Hide Table of Contents

    Class ComponentData

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

    Constructors

    ComponentData()

    Declaration
    protected ComponentData()

    Properties

    ComponentName

    Declaration
    public string ComponentName { get; set; }
    Property Value
    Type Description
    string

    ConnectionPointsPath

    Declaration
    public string ConnectionPointsPath { get; set; }
    Property Value
    Type Description
    string

    FilePath

    Declaration
    public string FilePath { get; set; }
    Property Value
    Type Description
    string

    ImportedConnectionPointsPath

    Declaration
    public string ImportedConnectionPointsPath { get; set; }
    Property Value
    Type Description
    string

    MassPath

    Declaration
    [Obsolete("Deprecated in NX1847.0.0.  Component Mass Trim functionality has been deprecated without replacement.")]
    public string MassPath { get; set; }
    Property Value
    Type Description
    string

    MeshPath

    Declaration
    public string MeshPath { get; set; }
    Property Value
    Type Description
    string

    RepresentationFilePath

    Declaration
    public string RepresentationFilePath { get; set; }
    Property Value
    Type Description
    string

    RepresentationType

    Declaration
    public string RepresentationType { get; set; }
    Property Value
    Type Description
    string

    SolverType

    Declaration
    public string SolverType { get; set; }
    Property Value
    Type Description
    string

    Implements

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