Class PreTestDofSet
Inheritance
System.Object
System.MarshalByRefObject
PreTestDofSet
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 PreTestDofSet : NXObject, IMessageSink, INXObject
Constructors
PreTestDofSet()
Declaration
protected PreTestDofSet()
Methods
ClearDofSet()
Declaration
public void ClearDofSet()
ExportShapeMetricsCsvFile(CorrelShapemetrictype, String)
Declaration
public void ExportShapeMetricsCsvFile(CorrelShapemetrictype metricCode, string filename)
Parameters
Type | Name | Description |
---|---|---|
CorrelShapemetrictype | metricCode | |
System.String | filename |
Information()
Declaration
public void Information()
InitializeFrom(PreTestDofSet)
Declaration
public void InitializeFrom(PreTestDofSet extDofSet)
Parameters
Type | Name | Description |
---|---|---|
PreTestDofSet | extDofSet |
InitializeFrom(PreTestExciterConfig)
Declaration
public void InitializeFrom(PreTestExciterConfig exciterConfig)
Parameters
Type | Name | Description |
---|---|---|
PreTestExciterConfig | exciterConfig |
InitializeFrom(PreTestSensorConfig)
Declaration
public void InitializeFrom(PreTestSensorConfig sensorConfig)
Parameters
Type | Name | Description |
---|---|---|
PreTestSensorConfig | sensorConfig |
RemoveDof(FENode, PreTestDofSet.DofType, Boolean)
Declaration
public void RemoveDof(FENode removeINode, PreTestDofSet.DofType removeDofType, bool createAndAssignNewDofset)
Parameters
Type | Name | Description |
---|---|---|
FENode | removeINode | |
PreTestDofSet.DofType | removeDofType | |
System.Boolean | createAndAssignNewDofset |
SetDofs(FENode[], Boolean[])
Declaration
[Obsolete("Deprecated in NX1872.0.0. Please use the builder NXOpen.CAE.PreTestDofSetBuilder to set dofs.")]
public void SetDofs(FENode[] nodes, bool[] dofs)
Parameters
Type | Name | Description |
---|---|---|
FENode[] | nodes | |
System.Boolean[] | dofs |
SetDofSet(CaeDOFSet)
Declaration
[Obsolete("Deprecated in NX1872.0.0. Please use the builder NXOpen.CAE.PreTestDofSetBuilder to set DOFSet.")]
public void SetDofSet(CaeDOFSet dofsetref)
Parameters
Type | Name | Description |
---|---|---|
CaeDOFSet | dofsetref |
Implements
System.Runtime.Remoting.Messaging.IMessageSink