Class ComponentData
Inheritance
ComponentData
Assembly: NXOpen.dll
Syntax
public class ComponentData : TaggedObject, IMessageSink
Constructors
ComponentData()
Declaration
protected ComponentData()
Properties
ComponentName
Declaration
public string ComponentName { get; set; }
Property Value
ConnectionPointsPath
Declaration
public string ConnectionPointsPath { get; set; }
Property Value
FilePath
Declaration
public string FilePath { get; set; }
Property Value
ImportedConnectionPointsPath
Declaration
public string ImportedConnectionPointsPath { get; set; }
Property Value
MeshPath
Declaration
public string MeshPath { get; set; }
Property Value
RepresentationFilePath
Declaration
public string RepresentationFilePath { get; set; }
Property Value
RepresentationType
Declaration
public string RepresentationType { get; set; }
Property Value
SolverType
Declaration
public string SolverType { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink