NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.CAE.AeroStructures.Author.InputLoad Class Reference

represent a load input parameter More...

Inheritance diagram for NXOpen.CAE.AeroStructures.Author.InputLoad:
NXOpen.CAE.AeroStructures.Author.InputParameter NXOpen.NXObject NXOpen.TaggedObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  LoadSupportType { None, Node, Element }
 the support type More...
 

Public Member Functions

unsafe void GetElements (out NXOpen.CAE.FEElement[] elementArray)
 Get support elements More...
 
unsafe void GetNodes (out NXOpen.CAE.FENode[] nodeArray)
 Get support nodes More...
 
unsafe NXOpen.GeneralScalarTable GetValues (NXOpen.Unit unitType)
 Get value using a specific unit type. More...
 

Properties

unsafe NXOpen.CAE.Result.Quantity Quantity [get]
 Returns the quantity More...
 
unsafe
NXOpen.CAE.AeroStructures.Author.InputLoad.LoadSupportType 
SupportType [get]
 Returns the support type More...
 
unsafe NXOpen.Unit Unit [get]
 Returns the unit type. More...
 
unsafe NXOpen.GeneralScalarTable Values [get]
 Returns the values More...
 
- Properties inherited from NXOpen.CAE.AeroStructures.Author.InputParameter
unsafe string Name [get]
 Returns the name. More...
 
unsafe
NXOpen.CAE.AeroStructures.ParameterDescriptor.ParameterType 
Type [get]
 Returns the parameter type. More...
 
- Properties inherited from NXOpen.NXObject
unsafe bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
unsafe string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
unsafe string Name [get]
 Returns the custom name of the object. More...
 
unsafe NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
unsafe NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
unsafe NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 
- Properties inherited from NXOpen.INXObject
bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
string Name [get]
 Returns the custom name of the object. More...
 
NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

represent a load input parameter

No support for KF

Created in NX12.0.0

Member Enumeration Documentation

the support type

Enumerator
None 

Not available (the aggregation has been done at the calculation level, Values/GetValues() will return a vector of aggregated values)

Node 

Node (the method has aggregated values that have been extracted per node, Values/GetValues() will return a table of values)

Element 

Element (the method has aggregated values that have been extracted per element, Values/GetValues() will return a table of values)

Member Function Documentation

unsafe void NXOpen.CAE.AeroStructures.Author.InputLoad.GetElements ( out NXOpen.CAE.FEElement[]  elementArray)
inline

Get support elements

Created in NX12.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
elementArraythe list of support elements, if available
unsafe void NXOpen.CAE.AeroStructures.Author.InputLoad.GetNodes ( out NXOpen.CAE.FENode[]  nodeArray)
inline

Get support nodes

Created in NX12.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
nodeArraythe list of support nodes, if available
unsafe NXOpen.GeneralScalarTable NXOpen.CAE.AeroStructures.Author.InputLoad.GetValues ( NXOpen.Unit  unitType)
inline

Get value using a specific unit type.

Created in NX12.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
unitTypethe unit in which the value must be converted if necessary
Returns
either a one- or two-dimensional array of doubles

Property Documentation

unsafe NXOpen.CAE.Result.Quantity NXOpen.CAE.AeroStructures.Author.InputLoad.Quantity
get

Returns the quantity

Created in NX12.0.0

Deprecated in NX1872.0.0. This functionality is no longer supported.

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

unsafe NXOpen.CAE.AeroStructures.Author.InputLoad.LoadSupportType NXOpen.CAE.AeroStructures.Author.InputLoad.SupportType
get

Returns the support type

Created in NX12.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

unsafe NXOpen.Unit NXOpen.CAE.AeroStructures.Author.InputLoad.Unit
get

Returns the unit type.

Created in NX12.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

unsafe NXOpen.GeneralScalarTable NXOpen.CAE.AeroStructures.Author.InputLoad.Values
get

Returns the values

Created in NX12.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.