NX Open C++ Reference Guide
Public Member Functions
NXOpen::Features::FeatureReplayBuilder Class Reference

Represents a Features::FeatureReplayBuilder builder. More...

Inheritance diagram for NXOpen::Features::FeatureReplayBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Member Functions

void MakeFirstCurrent ()
 Makes the first feature of the work part current.
void MakeLastCurrent ()
 Makes the last feature of the work part current.
void MakeNextBooleanCurrent ()
 Makes the next boolean feature of the work part current.
void MakeNextCurrent ()
 Makes the next feature of the work part current.
void MakePreviousCurrent ()
 Makes the previous feature of the work part current.
void Pause ()
 Pauses feature replay.
void Play ()
 Starts feature replay.
int ReplayTimestampNumber ()
 Returns the replay timestamp number of feature.
double SecondsBetweenSteps ()
 Returns the delay in seconds between replay steps
Created in NX6.0.0.
void SetReplayTimestampNumber (int replayTimestampNumber)
 Sets the replay timestamp number of feature.
void SetSecondsBetweenSteps (double secondsBetweenSteps)
 Sets the delay in seconds between replay steps
Created in NX6.0.0.

Detailed Description

Represents a Features::FeatureReplayBuilder builder.

Features::FeatureReplayBuilder is used to control the feature replay of a part. Using this class, one can make the first feature or the last feature current, and step through the features by making the next feature or previous feature current. This class also allows stepping to the next boolean feature or automatically replay to a given feature. If the feature to be replayed to, is more than the current feature, one can specify a delay (time interval in seconds) between the replay of each of the features to observe the part construction with interactive NX session. When interactive NX session is not running, there will be no display of objects / current features.
To create a new instance of this class, use Features::FeatureCollection::CreateFeatureReplayBuilder
Default values.

Property Value

ReplayTimestampNumber

0

SecondsBetweenSteps

0


Created in NX6.0.0.


Member Function Documentation

Makes the first feature of the work part current.

If replay is going on, it will stop.
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Makes the last feature of the work part current.

If replay is going on, it will stop.
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Makes the next boolean feature of the work part current.

If replay is going on, it will stop.
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Makes the next feature of the work part current.

If replay is going on, it will stop.
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Makes the previous feature of the work part current.

If replay is going on, it will stop.
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Pauses feature replay.

If replay is going on, it will pause.
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Starts feature replay.

If feature replay is in paused state, it will continue from the paused state. Replay will continue to the feature number as set by Features::FeatureReplayBuilder::ReplayTimestampNumber and Features::FeatureReplayBuilder::SetReplayTimestampNumber . If Features::FeatureReplayBuilder::ReplayTimestampNumber and Features::FeatureReplayBuilder::SetReplayTimestampNumber is more than the current feature, feature replay will continue to Features::FeatureReplayBuilder::ReplayTimestampNumber and Features::FeatureReplayBuilder::SetReplayTimestampNumber - one feature at a time and there will be a delay of Features::FeatureReplayBuilder::SecondsBetweenSteps and Features::FeatureReplayBuilder::SetSecondsBetweenSteps seconds between replay of each feature. If Features::FeatureReplayBuilder::ReplayTimestampNumber and Features::FeatureReplayBuilder::SetReplayTimestampNumber is less than the current feature, feature Features::FeatureReplayBuilder::ReplayTimestampNumber and Features::FeatureReplayBuilder::SetReplayTimestampNumber will be made current feature and no steps are shown.
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Returns the replay timestamp number of feature.

If this feature is more than the current feature, feature replay will continue to this feature showing the steps in between. If this feature is less than the current feature, this feature will be made current on next replay.
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Returns the delay in seconds between replay steps
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Sets the replay timestamp number of feature.

If this feature is more than the current feature, feature replay will continue to this feature showing the steps in between. If this feature is less than the current feature, this feature will be made current on next replay.
Created in NX6.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
replayTimestampNumberreplaytimestampnumber

Sets the delay in seconds between replay steps
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
secondsBetweenStepssecondsbetweensteps

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