The Sampled class defines characteristics for simulatable tasks within DMU Fitting. CATIASampled is the parent class for tracks. Key samples are recorded (as shots or CATIAShots) for an object and then during simulation the object is interpolated with these shots over time.
Properties
- Property Interpolater() As
- Retrieves/sets the sampled's interpolater. Role: Retrieves/sets the interpolator used by the sampled during simulation. Note that the name of the interpolater is used (which is a string).
- Property Object() As
- Returns or sets the Sampled object. Role:/b> Retrieves/stores the object that will be used in the sampled based simulation. Please note that the object will move to the shots defined in the sampled.
- Property Scaling() As
- Returns or sets the Sampled object.
- Property Shots() As (Read Only)
- Returns or sets the Sampled object.
- Property Time() As
- Retrieves/sets the sampled's time. Role: Retrieves/sets the internal time associated to the current sampled object. Note that the time is handled as a double.
Methods
- Func Append( iTracks) As
- Returns or sets the Sampled object.
- Sub BindAnalysis( iObject, iAnalysisMode, iMonitorMode)
-
Add (bind) an analysis object to a Track.
- Parameters:
-
- iObject
- The analysis to add (bind) to the Track dd>
- iAnalysisMode
- Indicates the analysis status for iAnalysis CatSampledAnalysisOff CatSampledAnalysisOn, CatSampledAnalysisStop CatSampledAnalysisVerbose dd>
- iMonitorMode
- Indicates the monitor status for iAnalysis - Off (0) or On (1) dd>
- Sub BreakInheritance()
- Returns or sets the Sampled object.
- Sub GetKnownInterpolaters( oInterpolaters)
- Returns or sets the Sampled object.
- Func GetTotalDuration() As
- Returns the total duration
- Sub RemoveAnalyses()
- Returns or sets the Sampled object.
- Sub ReverseTime()
- Returns or sets the Sampled object.
- Sub SetObjectKeepingPosition( iObject)
- Sets the object in the sampled. Role: Stores the object that will be used in the sampled based simulation. The object will not move and the sample's shots will be repositioned relative to the object position.
- Sub Split( iType, iIndice)
- Returns or sets the Sampled object.