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

Represents a collection of AeroStruct LoadCases More...

Inheritance diagram for NXOpen.CAE.AeroStructures.LoadCaseSetCollection:

Public Member Functions

NXOpen.CAE.AeroStructures.LoadCaseSet[] ToArray ()
 Returns an array of NXOpen.CAE.AeroStructures.LoadCaseSet objects. More...
 
unsafe
NXOpen.CAE.AeroStructures.LoadCaseSet 
FindObject (string name)
 Finds the NXOpen.CAE.AeroStructures.LoadCaseSet object with the given name. More...
 
unsafe
NXOpen.CAE.AeroStructures.LoadCaseSetBuilder 
CreateLoadCaseSetBuilder (NXOpen.CAE.AeroStructures.LoadCaseSet loadcaeset)
 Creates a NXOpen.CAE.AeroStructures.LoadCaseSetBuilder More...
 
unsafe void DeleteLoadCaseSet (NXOpen.CAE.AeroStructures.LoadCaseSet loadcaseset)
 Delete a AeroStruct loadcase set. More...
 
unsafe void CreateLoadCaseSet (NXOpen.CAE.AeroStructures.LoadCaseSetBuilder builder)
 Create a AeroStruct loadcase set. More...
 
unsafe void CloneLoadCaseSet (NXOpen.CAE.AeroStructures.LoadCaseSet loadcaseset)
 Create a AeroStruct loadcase set. 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.LoadCaseSetCollection to get the instance of this class.

Created in NX12.0.0

Member Function Documentation

unsafe void NXOpen.CAE.AeroStructures.LoadCaseSetCollection.CloneLoadCaseSet ( NXOpen.CAE.AeroStructures.LoadCaseSet  loadcaseset)

Create a AeroStruct loadcase set.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
loadcasesetNXOpen.CAE.AeroStructures.LoadCaseSet
unsafe void NXOpen.CAE.AeroStructures.LoadCaseSetCollection.CreateLoadCaseSet ( NXOpen.CAE.AeroStructures.LoadCaseSetBuilder  builder)

Create a AeroStruct loadcase set.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
builderNXOpen.CAE.AeroStructures.LoadCaseSetBuilder
unsafe NXOpen.CAE.AeroStructures.LoadCaseSetBuilder NXOpen.CAE.AeroStructures.LoadCaseSetCollection.CreateLoadCaseSetBuilder ( NXOpen.CAE.AeroStructures.LoadCaseSet  loadcaeset)

Creates a NXOpen.CAE.AeroStructures.LoadCaseSetBuilder

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
loadcaesetNXOpen.CAE.AeroStructures.LoadCase to be edited
Returns
Builder object
unsafe void NXOpen.CAE.AeroStructures.LoadCaseSetCollection.DeleteLoadCaseSet ( NXOpen.CAE.AeroStructures.LoadCaseSet  loadcaseset)

Delete a AeroStruct loadcase set.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
loadcasesetNXOpen.CAE.AeroStructures.LoadCaseSet
override int NXOpen.CAE.AeroStructures.LoadCaseSetCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.CAE.AeroStructures.LoadCaseSet NXOpen.CAE.AeroStructures.LoadCaseSetCollection.FindObject ( string  name)

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

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
nameLoadCaseSet Name
Returns
NXOpen.CAE.AeroStructures.LoadCaseSet object with this name.
NXOpen.CAE.AeroStructures.LoadCaseSet [] NXOpen.CAE.AeroStructures.LoadCaseSetCollection.ToArray ( )

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

Property Documentation

Tag NXOpen.CAE.AeroStructures.LoadCaseSetCollection.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.