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

Represents a NXOpen.Mechatronics.RequirementCollection More...

Inheritance diagram for NXOpen.Mechatronics.RequirementCollection:

Public Member Functions

NXOpen.Mechatronics.Requirement[] ToArray ()
 Returns an array of NXOpen.Mechatronics.Requirement objects. More...
 
unsafe
NXOpen.Mechatronics.RequirementBuilder 
CreateRequirementBuilder (NXOpen.Mechatronics.Requirement @object)
 Create builder for Requirement class More...
 
unsafe
NXOpen.Mechatronics.Requirement 
FindObject (string name)
 Finds the NXOpen.Mechatronics.Requirement object 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 NXOpen.Mechatronics.RequirementCollection

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

Created in NX8.5.0

Member Function Documentation

unsafe NXOpen.Mechatronics.RequirementBuilder NXOpen.Mechatronics.RequirementCollection.CreateRequirementBuilder ( NXOpen.Mechatronics.Requirement object)

Create builder for Requirement class

Created in NX8.5.0

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
objectNXOpen.Mechatronics.Requirement to be edited, if a null reference (Nothing in Visual Basic) then create a new one
Returns
NXOpen.Mechatronics.RequirementBuilder object
override int NXOpen.Mechatronics.RequirementCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.Mechatronics.Requirement NXOpen.Mechatronics.RequirementCollection.FindObject ( string  name)

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

Created in NX8.5.0

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
nameName of the requirement object, actually it shall be handle.
Returns
NXOpen.Mechatronics.Requirement object with this name.
NXOpen.Mechatronics.Requirement [] NXOpen.Mechatronics.RequirementCollection.ToArray ( )

Returns an array of NXOpen.Mechatronics.Requirement objects.

Property Documentation

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