All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---Collection
|
+---Constraints
| o Property BrokenConstraintsCount( | ) As long (Read Only) |
BknCstNum = myListofConstraints.BrokenConstraintsCount
| o Property UnUpdatedConstraintsCount( | ) As long (Read Only) |
UnUpdCstNum = myListofConstraints.UnUpdatedConstraintsCount
| o Func AddBiEltCst( | CatConstraintType | iCstType, |
| CATIAReference | iFirstElem, | |
| CATIAReference | iSecondElem) As CATIAConstraint |
Set newCst = skCstList.AddBiEltCst(4, c1, c2)
| o Func AddMonoEltCst( | CatConstraintType | iCstType, |
| CATIAReference | iElem) As CATIAConstraint |
Set NewCst = cstList.AddMonoEltCst(0, P1)
| o Func AddTriEltCst( | CatConstraintType | iCstType, |
| CATIAReference | iFirstElem, | |
| CATIAReference | iSecondElem, | |
| CATIAReference | iThirdElem) As CATIAConstraint |
Set symCst = prtCstList.AddTriEltCst(15, cyl1, cyl2, symPlane)
| o Func Item( | CATVariant | iIndex) As CATIAConstraint |
Set cst1 = cstList.Item(1)
Set cst2 = cstList.Item("Constraint.2")
| o Sub Remove( | CATVariant | iIndex) |
cstList.Remove(cstList.Count)
Copyright © 2003, Dassault Systèmes. All rights reserved.