NXOpen .NET Reference  12.0.0
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.INXObject

Public Types

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

Public Member Functions

unsafe void GetNodes (out NXOpen.CAE.FENode[] nodeArray)
 Get support nodes More...
 
unsafe void GetElements (out NXOpen.CAE.FEElement[] elementArray)
 Get support elements 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...
 
- 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.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...
 

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, GetValues() will return a vector of aggregated values)

Node 

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

Element 

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

Member Function Documentation

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

Get support elements

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

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

Get support nodes

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

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

Get value using a specific unit type.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
unitTypethe unit in which the value must be converted if necessary
Returns
either a one dimentional 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

License requirements: nx_masterfem ("Finite Element Modeling")

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: nx_masterfem ("Finite Element Modeling")

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

Returns the unit type.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

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

Returns the values

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")


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