Simplifications (Object)

Interface to compute Simplifications.

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.
iAccuracy
Accuracy for simplification.
Returns:
SimplificationDocument: Document containing the result.
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.
iReferenceProduct
Product taken as a reference.
iAccuracy
Accuracy for simplification.
Returns:
SimplificationDocument: Document containing the result.
Func SimplificationShapeName() As
Returns the name of the associated shape.