Class MechatronicsBuilder
Inheritance
System.Object
System.MarshalByRefObject
MechatronicsBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
Assembly: NXOpen.dll
Syntax
public class MechatronicsBuilder : MotionBuilder, IMessageSink, IComponentBuilder
Constructors
MechatronicsBuilder()
Declaration
protected MechatronicsBuilder()
Properties
ActiveParameterGroupName
Declaration
public string ActiveParameterGroupName { get; set; }
Property Value
Type |
Description |
System.String |
|
ActivePortVariableGroupName
Declaration
public string ActivePortVariableGroupName { get; set; }
Property Value
Type |
Description |
System.String |
|
CommunicationInterval
Declaration
public Expression CommunicationInterval { get; set; }
Property Value
CommunicationIntervalType
Declaration
public MechatronicsBuilder.SolverCommunicationIntervalType CommunicationIntervalType { get; set; }
Property Value
ConfigurationParametersList
Declaration
public ConfigurationParameterList ConfigurationParametersList { get; }
Property Value
Declaration
public string HeaderFile { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public InputPortAssociationList InputPortsList { get; }
Property Value
IntegrationType
Declaration
public MechatronicsBuilder.SolverIntegrationType IntegrationType { get; set; }
Property Value
MechatronicsType
Declaration
public MechatronicsBuilder.MechatronicsModelType MechatronicsType { get; set; }
Property Value
ModelFile
Declaration
public string ModelFile { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
OutputPortsList
Declaration
public OutputPortAssociationList OutputPortsList { get; }
Property Value
PortVariablesList
Declaration
public PortVariableList PortVariablesList { get; }
Property Value
Purpose
Declaration
public MechatronicsBuilder.PurposeType Purpose { get; set; }
Property Value
Methods
GetConfigurationParameter(String)
Declaration
public ConfigurationParameter GetConfigurationParameter(string inputName)
Parameters
Type |
Name |
Description |
System.String |
inputName |
|
Returns
Declaration
public InputPortAssociation GetInput(string inputName)
Parameters
Type |
Name |
Description |
System.String |
inputName |
|
Returns
GetOutput(String)
Declaration
public OutputPortAssociation GetOutput(string inputName)
Parameters
Type |
Name |
Description |
System.String |
inputName |
|
Returns
GetParameterGroupNames()
Declaration
public string[] GetParameterGroupNames()
Returns
Type |
Description |
System.String[] |
|
GetPortVariable(String)
Declaration
public PortVariable GetPortVariable(string inputName)
Parameters
Type |
Name |
Description |
System.String |
inputName |
|
Returns
GetPortVariableGroupNames()
Declaration
public string[] GetPortVariableGroupNames()
Returns
Type |
Description |
System.String[] |
|
Declaration
public InputPortAssociation NewInputListItem()
Returns
NewOutputListItem()
Declaration
public OutputPortAssociation NewOutputListItem()
Returns
ReadInterfaceFromFile(String)
Declaration
public void ReadInterfaceFromFile(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
RefreshLists()
Declaration
public void RefreshLists()
Implements
System.Runtime.Remoting.Messaging.IMessageSink