Methods
- Func ComputeSimplification( GroupOfSelectedProducts, iAccuracy) As
-
Computes a simplification on the selected products.
- Parameters:
-
- GroupOfSelectedProducts
- The selected products on which you want to perform the simplification. dd>
- iAccuracy
- Accuracy for simplification. dd>
- Returns:
- SimplificationDocument: Document containing the result. dd>
- Func ComputeSimplificationWithAReference( iGroupOfSelectedProducts, iReferenceProduct, iAccuracy) As
-
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. dd>
- iReferenceProduct
- Product taken as a reference. dd>
- iAccuracy
- Accuracy for simplification. dd>
- Returns:
- SimplificationDocument: Document containing the result. dd>
- Func SimplificationShapeName() As
- Returns the name of the associated shape.