| GetIncrement |
Method that returns how the increment was specified and the value. |
| GoToEnd |
Method that got to the ending frame of the animation. |
| GoToStart |
Method that got to the starting frame of the animation. |
| PlayForward |
Method that drives the relationship forward. This will fail if start and end values are not set. |
| PlayReverse |
Read-write property that gets and sets the delay between steps in seconds. |
| SetIncrement |
Method that sets the increment type and the value. |
| StartAVIRecording |
Method that starts recording the drive relationship animation for saving to an avi file. Use the StopRecording method to stop recording and generate the animation file. |
| StartWMVRecording |
Method that starts recording the drive relationship animation for saving to a wmv file. Use the StopRecording method to stop recording and generate the animation file. |
| StepForward |
Method that advances the animation by one step. |
| StepReverse |
Method that reverses the animation by one step. |
| StopRecording |
Method that stops recording the drive relationship animation and generates the animation file. Use the StartWMVRecording or StartAVIRecording method to start recording the animation. |
| Application |
Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
| CollisionDetection |
Read-write property that gets and sets whether to drive the constrained assembly until a collision is detected. |
| DriveAdaptivity |
Read-write property that gets and sets whether to adapt components while maintaining constraint or connection relationships. |
| DriveType |
Read-write property that gets and sets the drive type to specify which value to drive. |
| EndValue |
Read-write property that gets and sets the expression for the end value. |
| FrameRate |
Read-write property that gets and sets the increments at which a snapshot is taken for inclusion as a frame in a recorded animation. |
| IsInitialized |
Read-only property that returns whether the drive parameters have been set for this relationship. If this property returns False, the properties on this object will return hard-coded default values and the methods will fail. Calling properties and methods to set drive parameters will automatically toggle this property to True. |
| Parent |
Read-only property that returns the parent assembly constraint or joint object. |
| PauseDelay |
Read-write property that gets and sets the delay between steps in seconds. |
| RepetitionCount |
Read-write property that gets and sets the number of repetitions for the Start/End sequence and the number of cycles for the Start/End/Start sequence. |
| RepetitionStartEndStart |
Read-write property that gets and sets whether to drive the relationship from the start value to the end value and then in reverse to the start value. |
| StartValue |
Read-write property that gets and sets the expression for the start value. |
| Type |
Returns an ObjectTypeEnum indicating this object's type. |