DMOThicknesses (Object)

Interface to access a CATIADMOThicknesses and compute Thicknesses

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.
iThickness1
First thickness value.
iThickness2
Second thickness value. Old way
iUseConstraints
Do we use normals constraints or not ?
iConstraints
Constraints array.
Returns:
ThicknessDocument: Document containing the result.
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.
iReferenceProduct
The reference product.
iThickness1
First thickness value.
iThickness2
Second thickness value. Old way
iUseConstraints
Do we use normals constraints or not ?
iConstraints
Constraints array.
Returns:
ThicknessDocument: Document containing the result.
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.
iThickness1
First thickness value.
iThickness2
Second thickness value.
iUseConstraints
Do we use normals constraints or not ?
iConstraints
Constraints array.
Returns:
ThicknessDocument: Document containing the result.
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.
iReferenceProduct
The reference product.
iThickness1
First thickness value.
iThickness2
Second thickness value.
iUseConstraints
Do we use normals constraints or not ?
iConstraints
Constraints array.
Returns:
ThicknessDocument: Document containing the result.
Func ThicknessShapeName() As
Returns the name of the associated shape.