All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

AnalysisSensor (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---AnalysisEntity
            |
            +---AnalysisSensor
 


Represent the analysis sensor.

Property Index

OutPutParameters
Returns the collection object containing the sensor parameters.

Method Index

Update
Update the sensor.

Properties


o Property OutPutParameters() As CATIAParameters (Read Only)
Returns the collection object containing the sensor parameters.
Example:
The following example returns in params the parameters computed by the sensor:
 Dim AnalysisSensor1 As AnalysisSensor
 Dim params As CATIAParameters
 Set params = AnalysisSensor1.OutPutParameters
 

Methods


o Sub Update()
Update the sensor. Computation of OutPutParameters if needed.
Example:
The following example computes the sensor:
 Dim AnalysisSensor1 As AnalysisSensor
 AnalysisSensor1.Update
 

Copyright © 2003, Dassault Systèmes. All rights reserved.