RoboDK Forum
c# api add instructions hide- Printable Version

+- RoboDK Forum (//m.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN)
+--- Forum: RoboDK API (//m.sinclairbody.com/forum/Forum-RoboDK-API)
+--- Thread: c# api add instructions hide (/Thread-c-api-add-instructions-hide)



c# api add instructions hide-amartinmestres-03-12-2021

Hello,
We want to generate a program from the c # api with more than 100000 points, we know how to generate it, but every time we add a point, it is added to the Tree and this slows down the program, we would like to add the points (from the c # api) as shown do it automatically with a machining program (with hidden points in the tree)

Can be done?


RE: c# api add instructions hide-amartinmestres-03-15-2021

(03-12-2021, 07:44 AM)amartinmestres Wrote:Hello,
We want to generate a program from the c # api with more than 100000 points, we know how to generate it, but every time we add a point, it is added to the Tree and this slows down the program, we would like to add the points (from the c # api) as shown do it automatically with a machining program (with hidden points in the tree)

Can be done?

UPDATE_:我看到指令ShowInstructions,我t's work well, the main problema is that i need to generate a target and after it atacch to the programa, is possible to atacch directly to the program without create a target, or create a target but don't show it in the cell ( to avoid the time to create 200000 target and show it?)



RE: c# api add instructions hide-amartinmestres-03-15-2021

This kind of object, movj without target associtate, can i do it from c#api?