Formula to apply in Row
if GetValue("TYPE") == "C" then Output()
else
if GetValue("TYPE") == "G" then StepOver()
else
endif
endif
else
if GetValue("TYPE") == "G" then StepOver()
else
endif
endif
If the drawing type is C cast-unit the contain of the row is show, if the drawing is G general arrangement don't show.
Comentários
Enviar um comentário