Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Is there any way to active DSC algorithm in Job Preferences box of Robot model by using API. I have some codes but it seem be wrong. Please help me debug. Thanks in advance
IRobotStructureAnalysisParams DSC = new RobotStructureAnalysisParams();
DSC.DSCAlgorithm = true ;
Solved! Go to Solution.