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

Represents a collection of function objects More...

Inheritance diagram for NXOpen.CAE.FunctionCollection:

Public Member Functions

NXOpen.CAE.Function[] ToArray ()
 Returns an array of NXOpen.CAE.Function objects. More...
 
unsafe NXOpen.CAE.FunctionBuilder CreateFunctionBuilder (NXOpen.CAE.Function function)
 Return NXOpen.CAE.FunctionBuilder object More...
 
unsafe NXOpen.CAE.Function Copy (NXOpen.CAE.Function sourceFunction, string destinationFunctionName)
 Copies a NXOpen.CAE.Function in the Scenario database of Motion Simulation and Advanced Simulation. More...
 
unsafe void Delete (NXOpen.CAE.Function deleteFunction)
 Delete a NXOpen.CAE.Function in the Scenario database of Motion Simulation and Advanced Simulation. More...
 
unsafe NXOpen.CAE.Function FindObject (string name)
 Finds the NXOpen.CAE.Function with the given name. 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 function objects

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

Created in NX5.0.0

Member Function Documentation

unsafe NXOpen.CAE.Function NXOpen.CAE.FunctionCollection.Copy ( NXOpen.CAE.Function  sourceFunction,
string  destinationFunctionName 
)

Copies a NXOpen.CAE.Function in the Scenario database of Motion Simulation and Advanced Simulation.

Created in NX5.0.0

License requirements: None.

Parameters
sourceFunction
destinationFunctionName
Returns
unsafe NXOpen.CAE.FunctionBuilder NXOpen.CAE.FunctionCollection.CreateFunctionBuilder ( NXOpen.CAE.Function  function)

Return NXOpen.CAE.FunctionBuilder object

Created in NX5.0.0

License requirements: None.

Parameters
function
Returns
unsafe void NXOpen.CAE.FunctionCollection.Delete ( NXOpen.CAE.Function  deleteFunction)

Delete a NXOpen.CAE.Function in the Scenario database of Motion Simulation and Advanced Simulation.

Created in NX6.0.0

License requirements: None.

Parameters
deleteFunctionthe function to be deleted
override int NXOpen.CAE.FunctionCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.CAE.Function NXOpen.CAE.FunctionCollection.FindObject ( string  name)

Finds the NXOpen.CAE.Function with the given name.

An exception will be thrown if no object can be found with given name.

Created in NX5.0.0

License requirements: None.

Parameters
name
Returns
NXOpen.CAE.Function [] NXOpen.CAE.FunctionCollection.ToArray ( )

Returns an array of NXOpen.CAE.Function objects.

Property Documentation

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