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