All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

VibrationVolumes (Collection)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---Collection
          |
          +---VibrationVolumes
 


Interface to compute vibration volumes

Method Index

CleanUp
Cleans up.
ComputeVibrationVolume
Computes a vibration volume, from a position input file.
ComputeVibrationVolumeFromTrack
Computes a vibration volume, from a track.
ComputeVibrationVolumeFromTrackWithAReference
Computes a vibration volume, from a track, according to a reference product.
ComputeVibrationVolumeWithAReference
Computes a vibration volume, from a position input file, according to a reference product.
VibrationVolumeShapeName
Returns the name of the associated shape.

Methods


o Sub CleanUp()
Cleans up.
o Func ComputeVibrationVolume(CATIAGroup GroupOfSelectedProducts,
CATBSTR PositionsFilePath,
double iAccuracy,
double iSimplifAccuracy) As CATIADocument
Computes a vibration volume, from a position input file.
Parameters:
GroupOfSelectedProducts
Selection of products to make vibrate.
PositionsFilePath
Positions file path.
iAccuracy
Grain for wrapping.
iSimplifAccuracy
Accuracy for simplification. A non positive value makes the simplification inactive.
Returns:
VibrationVolumeDocument: Document containing the result.
o Func ComputeVibrationVolumeFromTrack(CATIAGroup GroupOfSelectedProducts,
CATBaseDispatch iSweptAble,
double iAccuracy,
double iSimplifAccuracy) As CATIADocument
Computes a vibration volume, from a track.
Parameters:
GroupOfSelectedProducts
Selection of products to make vibrate.
iSweptAble
Track containing the positions.
iAccuracy
Grain for wrapping.
iSimplifAccuracy
Accuracy for simplification. A non positive value makes the simplification inactive.
Returns:
VibrationVolumeDocument: Document containing the result.
o Func ComputeVibrationVolumeFromTrackWithAReference(CATIAGroup GroupOfSelectedProducts,
CATIAProduct iReferenceProduct,
CATBaseDispatch iSweptAble,
double iAccuracy,
double iSimplifAccuracy) As CATIADocument
Computes a vibration volume, from a track, according to a reference product.
Parameters:
GroupOfSelectedProducts
Selection of products to make vibrate.
iReferenceProduct
Product taken as a reference.
iSweptAble
Track containing the positions.
iAccuracy
Grain for wrapping.
iSimplifAccuracy
Accuracy for simplification. A non positive value makes the simplification inactive.
Returns:
VibrationVolumeDocument: Document containing the result.
o Func ComputeVibrationVolumeWithAReference(CATIAGroup iGroupOfSelectedProducts,
CATIAProduct iReferenceProduct,
CATBSTR PositionsFilePath,
double iAccuracy,
double iSimplifAccuracy) As CATIADocument
Computes a vibration volume, from a position input file, according to a reference product.
Parameters:
iGroupOfSelectedProducts
Selection of products to make vibrate.
iReferenceProduct
Product taken as a reference.
PositionsFilePath
Positions file path.
iAccuracy
Grain for wrapping.
iSimplifAccuracy
Accuracy for simplification. A non positive value makes the simplification inactive.
Returns:
VibrationVolumeDocument: Document containing the result.
o Func VibrationVolumeShapeName() As CATBSTR
Returns the name of the associated shape.

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