All Frameworks Object Hierarchy This Framework Indexes
o Property Activities( | ) As (Read Only) |
Set ActivitiesList = CurrentProgram.Activities
o Property Comment( | ) As |
Set CurrentProgram.Comment= "ProgramComment"
o Func AddGotoPoint( | iPointName) As |
Set GOTO1 = firstProgram.AddGotoPoint(MyPoint)
o Func AddGotoPointfromCoordinates( | iX, | |
iY, | ||
iZ) As |
The coordinates you give as input for this method have to be expressed into the 'Absolute Axis System' not in the 'Machining Axis System' of the Part Operation.
Set GOTO1 = firstProgram.AddGotoPointfromCoordinates(X,Y,Z)
o Func AddPPInstruction( | iPPInstruction) As |
Set PPWORD1 = firstProgram.AddPPInstruction(PPWORD)
o Func AddRotabl( | iRotabl, | |
iSens, | ||
ival) As |
Set ROTABL1 = firstProgram.AddRotabl(MODE,ANGLE1)
o Func AddToolChangeMultipleFeeds( | iToolName, | |
iToolType, | ||
iToolCatalog, | ||
iNumFSData, | ||
iNumSyntaxe) As |
Set ToolChange1 = firstProgram.AddToolChangeMultipleFeeds(MyTool,ToolType,ToolCatalog,NumFSData,Num)
o Func AddToolChange( | iToolName, | |
iToolType, | ||
iToolCatalog, | ||
iNumSyntaxe) As |
Set ToolChange1 = firstProgram.AddToolChange(MyTool,ToolType,ToolCatalog,Num)
o Func AppendOperation( | type, | |
AutoSequence) As |
Set ManufacturingOperation = firstProgram.AppendOperation(Type,1)
o Sub AssociateOutputCode( | iFileName) |
o Sub CompletewithPolarStrategy( | iListeMfgActivity, | |
iAxeRef, | ||
iSensRotation) |
Call firstProgram.CompletewithPolarStrategy(ListeMo,A,CLW)
o Func CreateMOfromReport( | iReportSucceed, | |
iTypeMo) As |
Set ListeMO = firstProgram.CreateMOfromReport(ReportSucceed,Drilling)
o Func GetNCOutputFile( | ) As |
o Func GetTableCurrentAbsolutePosition( | iActivityRef) As |
Angle = firstProgram.GetTableCurrentAbsolutePosition(iActivityRef)
o Sub InsertOperation( | iReferenceOperation, | |
iManufacturingOperation) |
call firstProgram.InsertOperation(ReferenceOperation,ExistingOperation)
o Sub LockActivitesWithinProgram( | ) |
o Sub MoveOperation( | iReferenceOperation, | |
iManufacturingOperation) |
call firstProgram.MoveOperation(ExistingOperation, MovedOperation)
o Func OrderAndCreateMOfromReport( | iReportSucceed, | |
iTypeMo, | ||
iAxeRotabl, | ||
iSensRotation) As |
Set ListeMO = firstProgram.OrderAndCreateMOfromReport(ReportSucceed,Drilling)
o Sub UnlockActivitesWithinProgram( | ) |
Copyright © 2003, Dassault Systèmes. All rights reserved.