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

Represents a NXOpen.Mechatronics.FunctionObjectCollection More...

Inheritance diagram for NXOpen.Mechatronics.FunctionObjectCollection:

Public Member Functions

NXOpen.Mechatronics.FunctionObject[] ToArray ()
 Returns an array of NXOpen.Mechatronics.FunctionObject objects. More...
 
unsafe
NXOpen.Mechatronics.FunctionObjectBuilder 
CreateFunctionObjectBuilder (NXOpen.Mechatronics.FunctionObject @object)
 Create builder for FunctionObject class More...
 
unsafe
NXOpen.Mechatronics.AddComponentBuilder 
CreateAddComponentBuilder ()
 Creates a NXOpen.Mechatronics.AddComponentBuilder More...
 
unsafe
NXOpen.Mechatronics.FunctionObject 
FindObject (string name)
 Finds the NXOpen.Mechatronics.FunctionObject object with the given name. More...
 
unsafe void DeleteFunction (NXOpen.Mechatronics.FunctionObject functionObject)
 Dlete a NXOpen.Mechatronics.FunctionObject object More...
 
unsafe void RenameFunction (string newName, NXOpen.Mechatronics.FunctionObject functionObject)
 Rename a NXOpen.Mechatronics.FunctionObject object 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 NXOpen.Mechatronics.FunctionObjectCollection

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

Created in NX7.5.1

Member Function Documentation

unsafe NXOpen.Mechatronics.AddComponentBuilder NXOpen.Mechatronics.FunctionObjectCollection.CreateAddComponentBuilder ( )

Creates a NXOpen.Mechatronics.AddComponentBuilder

Created in NX7.5.1

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Returns
unsafe NXOpen.Mechatronics.FunctionObjectBuilder NXOpen.Mechatronics.FunctionObjectCollection.CreateFunctionObjectBuilder ( NXOpen.Mechatronics.FunctionObject object)

Create builder for FunctionObject class

Created in NX7.5.1

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
objectNXOpen.Mechatronics.FunctionObject to be edited, if a null reference (Nothing in Visual Basic) then create a new one
Returns
NXOpen.Mechatronics.FunctionObjectBuilder object
unsafe void NXOpen.Mechatronics.FunctionObjectCollection.DeleteFunction ( NXOpen.Mechatronics.FunctionObject  functionObject)

Dlete a NXOpen.Mechatronics.FunctionObject object

Created in NX7.5.0

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
functionObjectNXOpen.Mechatronics.FunctionObject object with this name.
override int NXOpen.Mechatronics.FunctionObjectCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.Mechatronics.FunctionObject NXOpen.Mechatronics.FunctionObjectCollection.FindObject ( string  name)

Finds the NXOpen.Mechatronics.FunctionObject object with the given name.

Created in NX7.5.0

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
nameName of the Function object, actually it shall be handle.
Returns
NXOpen.Mechatronics.FunctionObject object with this name.
unsafe void NXOpen.Mechatronics.FunctionObjectCollection.RenameFunction ( string  newName,
NXOpen.Mechatronics.FunctionObject  functionObject 
)

Rename a NXOpen.Mechatronics.FunctionObject object

Created in NX7.5.0

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
newNameNew name of the Function object.
functionObjectNXOpen.Mechatronics.FunctionObject object.
NXOpen.Mechatronics.FunctionObject [] NXOpen.Mechatronics.FunctionObjectCollection.ToArray ( )

Returns an array of NXOpen.Mechatronics.FunctionObject objects.

Property Documentation

Tag NXOpen.Mechatronics.FunctionObjectCollection.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.