All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

Simplifications (Collection)

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


Interface to compute Simplifications.

Method Index

ComputeSimplification
Computes a simplification on the selected products.
ComputeSimplificationWithAReference
Computes a simplification on the selected products, according to a reference product.
SimplificationShapeName
Returns the name of the associated shape.

Methods


o Func ComputeSimplification(CATIAGroup GroupOfSelectedProducts,
double iAccuracy) As CATIADocument
Computes a simplification on the selected products.
Parameters:
GroupOfSelectedProducts
The selected products on which you want to perform the simplification.
iAccuracy
Accuracy for simplification.
Returns:
SimplificationDocument: Document containing the result.
o Func ComputeSimplificationWithAReference(CATIAGroup iGroupOfSelectedProducts,
CATIAProduct iReferenceProduct,
double iAccuracy) As CATIADocument
Computes a simplification on the selected products, according to a reference product.
Parameters:
iGroupOfSelectedProducts
The selected products on which you want to perform the simplification.
iReferenceProduct
Product taken as a reference.
iAccuracy
Accuracy for simplification.
Returns:
SimplificationDocument: Document containing the result.
o Func SimplificationShapeName() As CATBSTR
Returns the name of the associated shape.

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