NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.Features.FeatureReplayBuilder Class Reference

Represents a NXOpen.Features.FeatureReplayBuilder builder. More...

Inheritance diagram for NXOpen.Features.FeatureReplayBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void MakeFirstCurrent ()
 Makes the first feature of the work part current. More...
 
unsafe void MakeLastCurrent ()
 Makes the last feature of the work part current. More...
 
unsafe void MakeNextBooleanCurrent ()
 Makes the next boolean feature of the work part current. More...
 
unsafe void MakeNextCurrent ()
 Makes the next feature of the work part current. More...
 
unsafe void MakePreviousCurrent ()
 Makes the previous feature of the work part current. More...
 
unsafe void Pause ()
 Pauses feature replay. More...
 
unsafe void Play ()
 Starts feature replay. More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe int ReplayTimestampNumber [get, set]
 Returns or sets the replay timestamp number of feature. More...
 
unsafe double SecondsBetweenSteps [get, set]
 Returns or sets the delay in seconds between replay steps More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Features.FeatureReplayBuilder builder.

NXOpen.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 NXOpen.Features.FeatureCollection.CreateFeatureReplayBuilder

Default values.

Property Value

ReplayTimestampNumber

0

SecondsBetweenSteps

0

Created in NX6.0.0

Member Function Documentation

unsafe void NXOpen.Features.FeatureReplayBuilder.MakeFirstCurrent ( )
inline

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")

unsafe void NXOpen.Features.FeatureReplayBuilder.MakeLastCurrent ( )
inline

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")

unsafe void NXOpen.Features.FeatureReplayBuilder.MakeNextBooleanCurrent ( )
inline

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")

unsafe void NXOpen.Features.FeatureReplayBuilder.MakeNextCurrent ( )
inline

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")

unsafe void NXOpen.Features.FeatureReplayBuilder.MakePreviousCurrent ( )
inline

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")

unsafe void NXOpen.Features.FeatureReplayBuilder.Pause ( )
inline

Pauses feature replay.

If replay is going on, it will pause.

Created in NX6.0.0

License requirements: solid_modeling ("SOLIDS MODELING")

unsafe void NXOpen.Features.FeatureReplayBuilder.Play ( )
inline

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 NXOpen.Features.FeatureReplayBuilder.ReplayTimestampNumber . If NXOpen.Features.FeatureReplayBuilder.ReplayTimestampNumber is more than the current feature, feature replay will continue to NXOpen.Features.FeatureReplayBuilder.ReplayTimestampNumber - one feature at a time and there will be a delay of NXOpen.Features.FeatureReplayBuilder.SecondsBetweenSteps seconds between replay of each feature. If NXOpen.Features.FeatureReplayBuilder.ReplayTimestampNumber is less than the current feature, feature NXOpen.Features.FeatureReplayBuilder.ReplayTimestampNumber will be made current feature and no steps are shown.

Created in NX6.0.0

License requirements: solid_modeling ("SOLIDS MODELING")

Property Documentation

unsafe int NXOpen.Features.FeatureReplayBuilder.ReplayTimestampNumber
getset

Returns or 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 to get this property: solid_modeling ("SOLIDS MODELING")

License requirements to set this property: solid_modeling ("SOLIDS MODELING")

unsafe double NXOpen.Features.FeatureReplayBuilder.SecondsBetweenSteps
getset

Returns or sets the delay in seconds between replay steps

Created in NX6.0.0

License requirements to get this property: solid_modeling ("SOLIDS MODELING")

License requirements to set this property: solid_modeling ("SOLIDS MODELING")


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