All Frameworks  Object Hierarchy  This Framework  Previous  Indexes  

Wrappings (Collection)

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


Interface to compute Wrappings

Method Index

Add
Compute a wrapping on the selected products.
CleanUp
Cleans up.
ComputeAWrapping
Compute a wrapping on the selected products.
ComputeAWrappingWithAReference
Compute a wrapping on the selected products, according to a reference product.
WrappingShapeName
Returns the name of the associated shape.

Methods


o Func Add(CATIAProduct iProductToWrapping,
double iAccuracy,
double iRatio,
CATBSTR iShapeName,
long iActivatedShape,
long iDefaultShape) As CATIADMOWrapping
Compute a wrapping on the selected products. This method is deprecated!
Parameters:
iProductToWrapping
The selected products on which you want to perform a wrapping.
iAccuracy
The grain accuracy.
iRatio
The ratio.
iShapeName
The associated shape name.
iActivatedShape
Do we activate the shape ?
iDefaultShape
Do we activate the shape as default shape ?
Returns:
oWrapping: Document containing the result.
o Sub CleanUp()
Cleans up.
o Func ComputeAWrapping(CATIAGroup GroupOfSelectedProducts,
double iAccuracy,
double iRation,
double iAccuracyForSimplification) As CATIADocument
Compute a wrapping on the selected products.
Parameters:
GroupOfSelectedProducts
The selected products on which you want to perform a wrapping.
iAccuracy
The grain accuracy.
iRation
The ratio.
iAccuracyForSimplification
The accuracy for the simplification. equals -1 if no simplification is to be performed.
Returns:
WrappingDocument: Document containing the result.
o Func ComputeAWrappingWithAReference(CATIAGroup iGroupOfSelectedProducts,
CATIAProduct iReferenceProduct,
double iAccuracy,
double iRation,
double iAccuracyForSimplification) As CATIADocument
Compute a wrapping on the selected products, according to a reference product.
Parameters:
GroupOfSelectedProducts
The selected products on which you want to perform a wrapping.
iReferenceProduct
Product taken as a reference.
iAccuracy
The grain accuracy.
iRation
The ratio.
iAccuracyForSimplification
The accuracy for the simplification. equals -1 if no simplification is to be performed.
Returns:
WrappingDocument: Document containing the result.
o Func WrappingShapeName() As CATBSTR
Returns the name of the associated shape.

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