Skip to main content
1-Visitor
June 23, 2020
Question

Conditional relations

  • June 23, 2020
  • 1 reply
  • 9397 views

Hello,

I would like to make a relation in a part to inhibate a fonction

thomething like this:

IF NBR_DOTS ==0

fontion is inibate

endif

 

Thanks for your help.

1 reply

24-Ruby III
June 23, 2020

@sclamens wrote:

Hello,

I would like to make a relation in a part to inhibate a fonction

thomething like this:

IF NBR_DOTS ==0

fontion is inibate

endif

 

Thanks for your help.


Hi,

I guess you want to suppress pattern of features. You cannot do this using relations. You have to use Pro/PROGRAM functionality.

See https://support.ptc.com/help/creo/creo_pma/r7.0/usascii/#page/fundamentals%2Fprogram%2Fabout_pro_program.html%23 section in Creo Help.

https://support.ptc.com/help/creo/creo_pma/r7.0/usascii/#page/fundamentals%2Fprogram%2Fexample_a_parametric_design_for_a_blender_cover.html%23 show how to use IF condition to suppress specific feature.

24-Ruby III
June 23, 2020

Note: You can use https://translate.google.com/ page to translate text from French to English.

sclamens1-VisitorAuthor
1-Visitor
June 23, 2020

Thanks for your help.

 

English is not a problem for me but it is with script. As I can see the tuto is for an assembly. I want to do this fonction on a part generated as a family. Then if I understand well what you told me it is not possible to do it.

I then going to think about a different clue.