All Frameworks Object Hierarchy This Framework Indexes
| o Func GetAttribute( | iAttribut) As |
Set Diameter = firstToolmotion.GetAttribute(MfgDiameter)
| o Func GetFeedrate( | oFeedrate) As |
dim FeedVal as double dim FeedType as CATBSTR FeedType=SubMotion1.GetFeedrate(FeedVal)
| o Sub GetGotoPtPointCoordinates( | oX, | |
| oY, | ||
| oZ) |
dim XCoord as double dim YCoord as double dim ZCoord as double Call SubMotion1.GetGotoPtPointCoordinates(XCoord, YCoord, ZCoord)
| o Func GetPPWord( | ) As |
dim Message as CATBSTR Message = firstToolmotion.GetPPWord
| o Func GetType( | ) As |
dim ThisType as CATBSTR Set ThisType = firstToolMotion.GetType
| o Sub SetFeedrate( | iFeedrate, | |
| iFeedrateType) |
dim FeedVal as double dim FeedType as CATBSTR FeedVal = 169.0 FeedType="LOCAL" Call SubMotion1.SetFeedrate(FeedVal, FeedType)
| o Sub SetGotoPtPointCoordinates( | iX, | |
| iY, | ||
| 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( | iMessage) |
firstToolmotion.SetPPWord("Message")
Copyright © 2003, Dassault Systèmes. All rights reserved.