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

Represents a collection of motion field data (profile) objects
To obtain an instance of this class, refer to NXOpen::Motion::MotionManager

Created in NX11.0.1. More...

Inheritance diagram for NXOpen::Motion::FieldDataCollection:
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::FieldDataCreateFieldData (NXOpen::Fields::Field *field)
 Create the NXOpen::Motion::FieldData object. More...
 
NXOpen::Motion::ProfileBuilderCreateProfileBuilder (NXOpen::Motion::FieldData *fieldData)
 Creates a NXOpen::Motion::ProfileBuilder. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::Motion::FieldDataFindObject (const NXString &name)
 Finds the NXOpen::Motion::FieldData with the given name. More...
 
NXOpen::Motion::FieldDataFindObject (const char *name)
 Finds the NXOpen::Motion::FieldData with the given name. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of motion field data (profile) objects
To obtain an instance of this class, refer to NXOpen::Motion::MotionManager

Created in NX11.0.1.


Member Function Documentation

iterator NXOpen::Motion::FieldDataCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Motion::FieldData* NXOpen::Motion::FieldDataCollection::CreateFieldData ( NXOpen::Fields::Field field)

Create the NXOpen::Motion::FieldData object.


Deprecated:
Deprecated in NX1847.0.0. Field Data is handled by NXOpen::Motion::ProfileBuilder


Created in NX11.0.1.

License requirements : mechanisms ("MECHANISMS")

Parameters
fieldfield
NXOpen::Motion::ProfileBuilder* NXOpen::Motion::FieldDataCollection::CreateProfileBuilder ( NXOpen::Motion::FieldData fieldData)

Creates a NXOpen::Motion::ProfileBuilder.

Returns
NXOpen::Motion::ProfileBuilder object
Created in NX1847.0.0.

License requirements : None
Parameters
fieldDataNXOpen::Motion::FieldData to be edited, if NULL then create a new one
iterator NXOpen::Motion::FieldDataCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::Motion::FieldData* NXOpen::Motion::FieldDataCollection::FindObject ( const NXString name)

Finds the NXOpen::Motion::FieldData with the given name.

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

Returns
NXOpen::Motion::FieldData with this name.
Created in NX11.0.1.

License requirements : None
Parameters
nameThe name of the NXOpen::Motion::FieldData .
NXOpen::Motion::FieldData* NXOpen::Motion::FieldDataCollection::FindObject ( const char *  name)

Finds the NXOpen::Motion::FieldData with the given name.

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

Returns
NXOpen::Motion::FieldData with this name.
Created in NX11.0.1.

License requirements : None
Parameters
nameThe name of the NXOpen::Motion::FieldData .
tag_t NXOpen::Motion::FieldDataCollection::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.