Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

Control density with relation

Siron

New member
Is there a way to control the density with a relation? What I want to do is to be able to set up a start part with a parameter of "MATERIAL" and have a relation take that and apply a specific density.

For example.

IF MATERIAL == (STEEL)
DENSITY = .283
END IF
 
A better way would be to setup materials in the start part (Edit -> Setup -> Material) - that way you have (in Wildfire 3.0 & later) PTC_MATERIAL_NAME and the density is set correctly.


In Wildfire 2.0 & earlier, the CONDITION parameter is a text field, and you can create a relation


MATERIAL_NAME=material_param("CONDITION")


where MATERIAL_NAME is a String parameter
 

Sponsor

Back
Top