Class InputLoad
Inheritance
System.Object
System.MarshalByRefObject
InputLoad
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.AeroStructures.Author
Assembly: NXOpen.dll
Syntax
public class InputLoad : InputParameter, IMessageSink, INXObject
Constructors
InputLoad()
Declaration
protected InputLoad()
Properties
Quantity
Declaration
public Result.Quantity Quantity { get; }
Property Value
Type | Description |
---|---|
Result.Quantity |
SupportType
Declaration
public InputLoad.LoadSupportType SupportType { get; }
Property Value
Type | Description |
---|---|
InputLoad.LoadSupportType |
Unit
Declaration
public Unit Unit { get; }
Property Value
Type | Description |
---|---|
Unit |
Values
Declaration
public GeneralScalarTable Values { get; }
Property Value
Type | Description |
---|---|
GeneralScalarTable |
Methods
GetElements(out FEElement[])
Declaration
public void GetElements(out FEElement[] elementArray)
Parameters
Type | Name | Description |
---|---|---|
FEElement[] | elementArray |
GetNodes(out FENode[])
Declaration
public void GetNodes(out FENode[] nodeArray)
Parameters
Type | Name | Description |
---|---|---|
FENode[] | nodeArray |
GetValues(Unit)
Declaration
public GeneralScalarTable GetValues(Unit unitType)
Parameters
Type | Name | Description |
---|---|---|
Unit | unitType |
Returns
Type | Description |
---|---|
GeneralScalarTable |
Implements
System.Runtime.Remoting.Messaging.IMessageSink