Class AcousticsAndVibrationMappingDataComponentAccessor
Inheritance
System.Object
System.MarshalByRefObject
AcousticsAndVibrationMappingDataComponentAccessor
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)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class AcousticsAndVibrationMappingDataComponentAccessor : NXObject, IMessageSink, INXObject
Constructors
AcousticsAndVibrationMappingDataComponentAccessor()
Declaration
protected AcousticsAndVibrationMappingDataComponentAccessor()
Methods
CreateAutomaticMapping()
Declaration
public void CreateAutomaticMapping()
CreateIndirectMapping(Int32[], Int32[])
Declaration
public void CreateIndirectMapping(int[] responseNodeValues, int[] vibrationNodeValues)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | responseNodeValues | |
System.Int32[] | vibrationNodeValues |
CreateMapping(Int32[], Int32[], Int32[], Int32[])
Declaration
public void CreateMapping(int[] excitationNodeValues, int[] responseNodeValues, int[] inputNodeValues, int[] outputNodeValues)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | excitationNodeValues | |
System.Int32[] | responseNodeValues | |
System.Int32[] | inputNodeValues | |
System.Int32[] | outputNodeValues |
Implements
System.Runtime.Remoting.Messaging.IMessageSink