NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Public Member Functions | List of all members
NXOpen::Motion::AutoFlexPropertyCollection Class Reference

Represents a collection of Motion::AutoFlexProperty objects
To obtain an instance of this class, refer to NXOpen::Motion::MotionManager

Created in NX1847.0.0. More...

Inheritance diagram for NXOpen::Motion::AutoFlexPropertyCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
NXOpen::Motion::AutoFlexPropertyBuilderCreateAutoFlexPropertyBuilder (NXOpen::Motion::AutoFlexProperty *autoflexdef)
 Creates an object of Motion::AutoFlexPropertyBuilder
Created in NX1847.0.0. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::Motion::AutoFlexPropertyFindObject (const NXString &name)
 Finds the object of NXOpen::Motion::AutoFlexProperty with the given name. More...
 
NXOpen::Motion::AutoFlexPropertyFindObject (const char *name)
 Finds the object of NXOpen::Motion::AutoFlexProperty with the given name. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of Motion::AutoFlexProperty objects
To obtain an instance of this class, refer to NXOpen::Motion::MotionManager

Created in NX1847.0.0.


Member Function Documentation

iterator NXOpen::Motion::AutoFlexPropertyCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Motion::AutoFlexPropertyBuilder* NXOpen::Motion::AutoFlexPropertyCollection::CreateAutoFlexPropertyBuilder ( NXOpen::Motion::AutoFlexProperty autoflexdef)

Creates an object of Motion::AutoFlexPropertyBuilder
Created in NX1847.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
autoflexdefinput object of NXOpen::Motion::AutoFlexProperty .
iterator NXOpen::Motion::AutoFlexPropertyCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::Motion::AutoFlexProperty* NXOpen::Motion::AutoFlexPropertyCollection::FindObject ( const NXString name)

Finds the object of NXOpen::Motion::AutoFlexProperty with the given name.

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

Returns
NXOpen::Motion::AutoFlexProperty with this name.
Created in NX1847.0.0.

License requirements : mechanisms ("MECHANISMS")
Parameters
nameThe name of the NXOpen::Motion::AutoFlexProperty .
NXOpen::Motion::AutoFlexProperty* NXOpen::Motion::AutoFlexPropertyCollection::FindObject ( const char *  name)

Finds the object of NXOpen::Motion::AutoFlexProperty with the given name.

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

Returns
NXOpen::Motion::AutoFlexProperty with this name.
Created in NX1847.0.0.

License requirements : mechanisms ("MECHANISMS")
Parameters
nameThe name of the NXOpen::Motion::AutoFlexProperty .
tag_t NXOpen::Motion::AutoFlexPropertyCollection::Tag ( ) const

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.