PdcMasterData.Nesting: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
== Notes == | == Notes == | ||
Available from PdC 5.4 | Available from PdC 5.4 | ||
dim Nesting | |||
dim NestLine | |||
Nesting = pdc.App.MasterData.Nesting | |||
Nesting.AddOperation("00664", "10", "LASER1", 100, false, "0") | |||
Nesting.AddOperation("00665", "10", "LASER1", 200, false, "0") | |||
Nesting.Save |
Revision as of 12:32, 24 July 2018
Methods
pdcNesting.AddOperation
pdcNesting.Read
pdcNesting.Save
pdcNesting.SetMultiMachine
Properties
pdcNesting.MultiMachine
pdcNesting.NestingLineList
pdcNesting.NestingNo
pdcNesting.Registered
Description
Nesting Object
Notes
Available from PdC 5.4
dim Nesting
dim NestLine
Nesting = pdc.App.MasterData.Nesting
Nesting.AddOperation("00664", "10", "LASER1", 100, false, "0") Nesting.AddOperation("00665", "10", "LASER1", 200, false, "0")
Nesting.Save