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

Represents a collection of animation cameras
To obtain an instance of this class, refer to NXOpen::BasePart

Created in NX1847.0.0. More...

Inheritance diagram for NXOpen::Display::AnimationCameraCollection:
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::Display::AnimationCameraBuilderCreateAnimationCameraBuilder (NXOpen::Display::AnimationCamera *camera)
 Creates a NXOpen::Display::AnimationCameraBuilder object if camera is NULL. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::Display::AnimationCameraFindObject (const NXString &journalIdentifier)
 Finds the NXOpen::Display::AnimationCamera with the given identifier as recorded in a journal. More...
 
NXOpen::Display::AnimationCameraFindObject (const char *journalIdentifier)
 Finds the NXOpen::Display::AnimationCamera with the given identifier as recorded in a journal. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of animation cameras
To obtain an instance of this class, refer to NXOpen::BasePart

Created in NX1847.0.0.


Member Function Documentation

iterator NXOpen::Display::AnimationCameraCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Display::AnimationCameraBuilder* NXOpen::Display::AnimationCameraCollection::CreateAnimationCameraBuilder ( NXOpen::Display::AnimationCamera camera)

Creates a NXOpen::Display::AnimationCameraBuilder object if camera is NULL.

Returns
return camera builder
Created in NX1847.0.0.

License requirements : None
Parameters
cameraIf camera is not NULL, then this object will be edited
iterator NXOpen::Display::AnimationCameraCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::Display::AnimationCamera* NXOpen::Display::AnimationCameraCollection::FindObject ( const NXString journalIdentifier)

Finds the NXOpen::Display::AnimationCamera with the given identifier as recorded in a journal.

Returns
Animation camera found
Created in NX1847.0.0.

License requirements : None
Parameters
journalIdentifierIdentifier to be found
NXOpen::Display::AnimationCamera* NXOpen::Display::AnimationCameraCollection::FindObject ( const char *  journalIdentifier)

Finds the NXOpen::Display::AnimationCamera with the given identifier as recorded in a journal.

Returns
Animation camera found
Created in NX1847.0.0.

License requirements : None
Parameters
journalIdentifierIdentifier to be found
tag_t NXOpen::Display::AnimationCameraCollection::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.