Community
HSM Post Processor Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

RS-274D parsing machining strategies with the checkGroup() function

1 REPLY 1
SOLVED
Reply
Message 1 of 2
componentscience
131 Views, 1 Reply

RS-274D parsing machining strategies with the checkGroup() function

RS-274D Multi-axis

Revision: 44023 7d0062d6193198b074b1bb174154c949e72cb2df

FORKID {2EECF092-D7C3-4ACA-BFE6-377B72950FE9}

 

How does the checkGroup() function know what is a roughing or finishing strategy? How does it make this determination in a toolpath per the strategy-list?

 

Example:

 

 

 

 

onSection() {
  if (currentSection.checkGroup(STRATEGY_ROUGHING) {
      writeComment("This is a roughing strategy");
  }
}

 

 

 

 

 

If you feel your question was answered, please accept it as a solution. Thanks!
1 REPLY 1
Message 2 of 2

Hi @componentscience 

Yes it does make the decision based on the strategy list 

Example Pocket, adaptive comes for strategy roughing, contour, scallop, parallel which are all comes under strategy finishing


Boopathi Sivakumar
Senior Technology Consultant

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report