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

Represents a NXOpen::AnimationDesigner::AnimatedCameraBuilder . More...

Inheritance diagram for NXOpen::AnimationDesigner::AnimatedCameraBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

void CreatePOV (double currentTime)
 Creates a new pov. More...
 
void DeletePOVs (const std::vector< int > &povs)
 Deletes the povs. More...
 
NXString Name ()
 Returns the name. More...
 
void SetName (const NXString &name)
 Sets the name. More...
 
void SetName (const char *name)
 Sets the name. More...
 
void SetPOVName (int pos, const NXString &name)
 Sets the pov name. More...
 
void SetPOVName (int pos, const char *name)
 Sets the pov name. More...
 
void SetPOVStartTime (int pos, double startTime)
 Sets the pov start time. More...
 
void SetPOVStepNumber (int pos, int stepNum)
 Sets the pov step count. More...
 
void UpdatePOV (int pos)
 Updates a pov
Created in NX1847.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::AnimationDesigner::AnimatedCameraBuilder .


To create a new instance of this class, use NXOpen::AnimationDesigner::AnimatedCameraCollection::CreateAnimatedCameraBuilder

Created in NX1847.0.0.

Member Function Documentation

void NXOpen::AnimationDesigner::AnimatedCameraBuilder::CreatePOV ( double  currentTime)

Creates a new pov.


Created in NX1847.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
currentTimecurrenttime
void NXOpen::AnimationDesigner::AnimatedCameraBuilder::DeletePOVs ( const std::vector< int > &  povs)

Deletes the povs.


Created in NX1847.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
povspovs
NXString NXOpen::AnimationDesigner::AnimatedCameraBuilder::Name ( )

Returns the name.


Created in NX1847.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

void NXOpen::AnimationDesigner::AnimatedCameraBuilder::SetName ( const NXString name)

Sets the name.


Created in NX1847.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
namename
void NXOpen::AnimationDesigner::AnimatedCameraBuilder::SetName ( const char *  name)

Sets the name.


Created in NX1847.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
namename
void NXOpen::AnimationDesigner::AnimatedCameraBuilder::SetPOVName ( int  pos,
const NXString name 
)

Sets the pov name.


Created in NX1847.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
pospos
namename
void NXOpen::AnimationDesigner::AnimatedCameraBuilder::SetPOVName ( int  pos,
const char *  name 
)

Sets the pov name.


Created in NX1847.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
pospos
namename
void NXOpen::AnimationDesigner::AnimatedCameraBuilder::SetPOVStartTime ( int  pos,
double  startTime 
)

Sets the pov start time.


Created in NX1847.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
pospos
startTimestart time
void NXOpen::AnimationDesigner::AnimatedCameraBuilder::SetPOVStepNumber ( int  pos,
int  stepNum 
)

Sets the pov step count.


Created in NX1847.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
pospos
stepNumstep num
void NXOpen::AnimationDesigner::AnimatedCameraBuilder::UpdatePOV ( int  pos)

Updates a pov
Created in NX1847.0.0.



License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
pospos

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