Indexes   

AnalysisSensor (Object)

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 (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 © 2006, Dassault Systèmes. All rights reserved.