All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---Collection
|
+---PartComps
| o Property AddedMaterialPercentage( | ) As double (Read Only) |
| o Property AddedMaterialVolume( | ) As double (Read Only) |
| o Property RemovedMaterialPercentage( | ) As double (Read Only) |
| o Property RemovedMaterialVolume( | ) As double (Read Only) |
| o Func Add( | CATIAProduct | iProduct1, |
| CATIAProduct | iProduct2, | |
| double | iCompAccuracy, | |
| double | iDispAccuracy, | |
| long | iComputationType) As CATIAPartComp |
Dim newPartComp As PartComp
Set newPartComp = PartComps.Add(product1, product2, 5.0, 5.0, 2)
Dim documents1 As Documents
Set documents1 = CATIA.Documents
Dim document1 As Document
Set document1 = documents1.Item("AddedMaterial.3dmap")
Copyright © 2003, Dassault Systèmes. All rights reserved.