Class AcousticsAndVibrationMappingDataComponentAccessor
Inheritance
AcousticsAndVibrationMappingDataComponentAccessor
Inherited Members
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(int[], int[])
Declaration
public void CreateIndirectMapping(int[] responseNodeValues, int[] vibrationNodeValues)
Parameters
Type | Name | Description |
---|---|---|
int[] | responseNodeValues | |
int[] | vibrationNodeValues |
CreateMapping(int[], int[], int[], int[])
Declaration
public void CreateMapping(int[] excitationNodeValues, int[] responseNodeValues, int[] inputNodeValues, int[] outputNodeValues)
Parameters
Type | Name | Description |
---|---|---|
int[] | excitationNodeValues | |
int[] | responseNodeValues | |
int[] | inputNodeValues | |
int[] | outputNodeValues |
Implements
System.Runtime.Remoting.Messaging.IMessageSink