All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---Shape
|
+---DressUpShape
|
+---Shell
| o Property ExternalThickness( | ) As CATIALength (Read Only) |
Set extThick = firstShell.ExternalThickness
| o Property FacesToRemove( | ) As CATIAReferences (Read Only) |
Set list = firstShell.FacesToRemove
| o Property InternalThickness( | ) As CATIALength (Read Only) |
Set intThick = firstShell.InternalThickness
| o Sub AddFaceToRemove( | CATIAReference | iFaceToRemove) |
call firstShell.AddFaceToRemove(face)
| o Sub AddFaceWithDifferentThickness( | CATIAReference | iFaceToThicken) |
call firstShell.AddFaceWithDifferentThickness(face)
| o Sub RemoveFaceWithDifferentThickness( | CATIAReference | iFaceToRemove) |
call firstShell.RemoveFaceWithDifferentThickness(face)
| o Sub SetVolumeSupport( | CATIAReference | iVolumeSupport) |
| o Sub WithdrawFaceToRemove( | CATIAReference | iFaceToWithdraw) |
call firstShell.WithdrawFaceToRemove(face)
Copyright © 2003, Dassault Systèmes. All rights reserved.