All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---Shape | +---DressUpShape | +---Thickness
o Property FacesToThicken( | ) As CATIAReferences (Read Only) |
Set list = firstThickness.FacesToThicken
o Property Offset( | ) As CATIALength (Read Only) |
Set offset = firstThickness.Offset
o Sub AddFaceToThicken( | CATIAReference | iFaceToThicken) |
call firstThickness.AddFaceToThicken(face)
o Sub AddFaceWithDifferentThickness( | CATIAReference | iFaceToThicken) |
call firstThickness.AddFaceWithDifferentThickness(face)
o Sub RemoveFaceWithDifferentThickness( | CATIAReference | iFaceToRemove) |
call firstThickness.RemoveFaceWithDifferentThickness(face)(face)
o Sub SetVolumeSupport( | CATIAReference | iVolumeSupport) |
o Sub WithdrawFaceToThicken( | CATIAReference | iFaceToWithdraw) |
call firstThickness.WithdrawFaceToThicken(face)
Copyright © 2003, Dassault Systèmes. All rights reserved.