NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.CAE.AeroStructures.LoadCaseCollection Class Reference

Represents a collection of AeroStruct LoadCases More...

Inheritance diagram for NXOpen.CAE.AeroStructures.LoadCaseCollection:

Public Member Functions

NXOpen.CAE.AeroStructures.LoadCase[] ToArray ()
 Returns an array of NXOpen.CAE.AeroStructures.LoadCase objects. More...
 
unsafe
NXOpen.CAE.AeroStructures.LoadCase 
FindObject (string name)
 Finds the NXOpen.CAE.AeroStructures.LoadCase object with the given name. More...
 
unsafe
NXOpen.CAE.AeroStructures.LoadCaseListBuilder 
CreateLoadCaseListBuilder ()
 Creates a NXOpen.CAE.AeroStructures.LoadCaseListBuilder More...
 
unsafe void DeleteLoadcase (NXOpen.CAE.AeroStructures.LoadCase loadcase)
 Delete a AeroStruct loadcase. More...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of AeroStruct LoadCases

Use CAE.AeroStructures.MarginSolution.LoadCaseCollection to get the instance of this class.

Created in NX12.0.0

Member Function Documentation

unsafe NXOpen.CAE.AeroStructures.LoadCaseListBuilder NXOpen.CAE.AeroStructures.LoadCaseCollection.CreateLoadCaseListBuilder ( )

Creates a NXOpen.CAE.AeroStructures.LoadCaseListBuilder

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Returns
Builder object
unsafe void NXOpen.CAE.AeroStructures.LoadCaseCollection.DeleteLoadcase ( NXOpen.CAE.AeroStructures.LoadCase  loadcase)

Delete a AeroStruct loadcase.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
loadcaseNXOpen.CAE.AeroStructures.LoadCase
override int NXOpen.CAE.AeroStructures.LoadCaseCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.CAE.AeroStructures.LoadCase NXOpen.CAE.AeroStructures.LoadCaseCollection.FindObject ( string  name)

Finds the NXOpen.CAE.AeroStructures.LoadCase object with the given name.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
nameName of the LocalDefinition
Returns
NXOpen.CAE.AeroStructures.LoadCase object with this name.
NXOpen.CAE.AeroStructures.LoadCase [] NXOpen.CAE.AeroStructures.LoadCaseCollection.ToArray ( )

Returns an array of NXOpen.CAE.AeroStructures.LoadCase objects.

Property Documentation

Tag NXOpen.CAE.AeroStructures.LoadCaseCollection.Tag
get

Returns the tag of this object.


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