All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---Shape
|
+---DressUpShape
|
+---Fillet
|
+---EdgeFillet
| o Property EdgePropagation( | ) As CatFilletEdgePropagation |
Set mode = firstEdgeFillet.EdgePropagation Set firstEdgeFillet.EdgePropagation = CATMinimalFilletEdgePropagation
| o Property EdgesToKeep( | ) As CATIAReferences (Read Only) |
Set edges = firstCstEdgeFillet.EdgesToKeep
| o Sub AddEdgeToKeep( | CATIAReference | iEdgeToKeep) |
firstCstEdgeFillet.AddEdgeToKeep(edge)
| o Sub WithdrawEdgeToKeep( | CATIAReference | iEdgeToWithdraw) |
firstCstEdgeFillet.WithdrawEdgeToKeep(edge)
Copyright © 2003, Dassault Systèmes. All rights reserved.