Methods
- Func Add( iProductToThickness, iThickness1, iThickness2, iUseConstraints, iConstraints, iShapeName, iActivatedShape, iDefaultShape) As
- Creates a new Silhouette and adds it to the DMOThicknesses collection. This function is deprecated.
- Func ComputeAThickness( GroupOfSelectedProducts, iThickness1, iThickness2, iUseConstraints, iConstraints) As
-
Compute a thickness on the selected products.
This method is deprecated.
- Parameters:
-
- GroupOfSelectedProducts
- The selected products on which you want to perform the thickness. dd>
- iThickness1
- First thickness value. dd>
- iThickness2
- Second thickness value. Old way dd>
- iUseConstraints
- Do we use normals constraints or not ? dd>
- iConstraints
- Constraints array. dd>
- Returns:
- ThicknessDocument: Document containing the result. dd>
- Func ComputeAThicknessWithAReference( iGroupOfSelectedProducts, iReferenceProduct, iThickness1, iThickness2, iUseConstraints, iConstraints) As
-
Compute a thickness on the selected products, according to a reference product.
This method is deprecated.
- Parameters:
-
- iGroupOfSelectedProducts
- The selected products on which you want to perform the thickness. dd>
- iReferenceProduct
- The reference product. dd>
- iThickness1
- First thickness value. dd>
- iThickness2
- Second thickness value. Old way dd>
- iUseConstraints
- Do we use normals constraints or not ? dd>
- iConstraints
- Constraints array. dd>
- Returns:
- ThicknessDocument: Document containing the result. dd>
- Func ComputeThickness( GroupOfSelectedProducts, iThickness1, iThickness2, iUseConstraints, iConstraints) As
-
Compute a thickness on the selected products.
- Parameters:
-
- GroupOfSelectedProducts
- The selected products on which you want to perform the thickness. dd>
- iThickness1
- First thickness value. dd>
- iThickness2
- Second thickness value. dd>
- iUseConstraints
- Do we use normals constraints or not ? dd>
- iConstraints
- Constraints array. dd>
- Returns:
- ThicknessDocument: Document containing the result. dd>
- Func ComputeThicknessWithReference( iGroupOfSelectedProducts, iReferenceProduct, iThickness1, iThickness2, iUseConstraints, iConstraints) As
-
Compute a thickness on the selected products, according to a reference product.
- Parameters:
-
- iGroupOfSelectedProducts
- The selected products on which you want to perform the thickness. dd>
- iReferenceProduct
- The reference product. dd>
- iThickness1
- First thickness value. dd>
- iThickness2
- Second thickness value. dd>
- iUseConstraints
- Do we use normals constraints or not ? dd>
- iConstraints
- Constraints array. dd>
- Returns:
- ThicknessDocument: Document containing the result. dd>
- Func ThicknessShapeName() As
- Returns the name of the associated shape.