All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---ManufacturingToolMotion
o Func GetAttribute( | CATBSTR | iAttribut) As CATIAParameter |
Set Diameter = firstToolmotion.GetAttribute(MfgDiameter)
o Func GetFeedrate( | double | oFeedrate) As CATBSTR |
dim FeedVal as double dim FeedType as CATBSTR FeedType=SubMotion1.GetFeedrate(FeedVal)
o Sub GetGotoPtPointCoordinates( | double | oX, |
double | oY, | |
double | oZ) |
dim XCoord as double dim YCoord as double dim ZCoord as double Call SubMotion1.GetGotoPtPointCoordinates(XCoord, YCoord, ZCoord)
o Func GetPPWord( | ) As CATBSTR |
dim Message as CATBSTR Message = firstToolmotion.GetPPWord
o Func GetType( | ) As CATBSTR |
dim ThisType as CATBSTR Set ThisType = firstToolMotion.GetType
o Sub SetFeedrate( | double | iFeedrate, |
CATBSTR | iFeedrateType) |
dim FeedVal as double dim FeedType as CATBSTR FeedVal = 169.0 FeedType="LOCAL" Call SubMotion1.SetFeedrate(FeedVal, FeedType)
o Sub SetGotoPtPointCoordinates( | double | iX, |
double | iY, | |
double | iZ) |
dim XCoord as double dim YCoord as double dim ZCoord as double XCoord = 10.0 YCoord = 20.0 ZCoord = 5.0 Call SubMotion1.SetGotoPtPointCoordinates(XCoord, YCoord, ZCoord)
o Sub SetPPWord( | CATBSTR | iMessage) |
firstToolmotion.SetPPWord("Message")
Copyright © 2003, Dassault Systèmes. All rights reserved.