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

This class is a collection of NXOpen.CAE.SimLoadRecipe . More...

Inheritance diagram for NXOpen.CAE.SimLoadRecipeCollection:

Public Member Functions

NXOpen.CAE.SimLoadRecipe[] ToArray ()
 Returns an array of NXOpen.CAE.SimLoadRecipe objects. More...
 
unsafe NXOpen.CAE.SimLoadRecipe Find (string name)
 Finds a Load Recipe with a specified name. More...
 
unsafe NXOpen.CAE.SimLoadRecipe Create (string name, string description, NXOpen.CAE.SimLoadRecipeTypes.DataTypes dataType)
 Creates a new Load Recipe and adds it to the collection. More...
 
unsafe NXOpen.CAE.SimLoadRecipe Copy (NXOpen.CAE.SimLoadRecipe recipeToCopy)
 Copies a Load Recipe with all attributes and add it to the collection. More...
 
unsafe void Delete (NXOpen.CAE.SimLoadRecipe[] recipes)
 Delete a list of load recipes 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

This class is a collection of NXOpen.CAE.SimLoadRecipe .

To obtain an instance of this class, refer to NXOpen.CAE.SimSimulation

Created in NX10.0.0

Member Function Documentation

unsafe NXOpen.CAE.SimLoadRecipe NXOpen.CAE.SimLoadRecipeCollection.Copy ( NXOpen.CAE.SimLoadRecipe  recipeToCopy)

Copies a Load Recipe with all attributes and add it to the collection.

This method gives proper unique name to the created Load Recipe.

Created in NX10.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
recipeToCopy
Returns
unsafe NXOpen.CAE.SimLoadRecipe NXOpen.CAE.SimLoadRecipeCollection.Create ( string  name,
string  description,
NXOpen.CAE.SimLoadRecipeTypes.DataTypes  dataType 
)

Creates a new Load Recipe and adds it to the collection.

Created in NX10.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
nameName of the load recipe. If a null reference (Nothing in Visual Basic), then a valid unique name will be generated.
description
dataType
Returns
unsafe void NXOpen.CAE.SimLoadRecipeCollection.Delete ( NXOpen.CAE.SimLoadRecipe[]  recipes)

Delete a list of load recipes

Created in NX10.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
recipesThe recipes to be deleted
override int NXOpen.CAE.SimLoadRecipeCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.CAE.SimLoadRecipe NXOpen.CAE.SimLoadRecipeCollection.Find ( string  name)

Finds a Load Recipe with a specified name.

Created in NX10.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
namename of the load recipe
Returns
NXOpen.CAE.SimLoadRecipe [] NXOpen.CAE.SimLoadRecipeCollection.ToArray ( )

Returns an array of NXOpen.CAE.SimLoadRecipe objects.

Property Documentation

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