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.

Material Parameters

cpodom

New member
How do I get the material parameters from the .mat file to show in a drawing note?


For example: PTC_MATERIAL_DESCRIPTION


I have typed in &PTC_MATERIAL_DESCRIPTION but it does not work.


Curtis
 
Write this in partrelations:


param=material_param("ptc_material_description")


then show &param in drawing.


You may name param whatever you like.
 

Sponsor

Articles From 3DCAD World

Back
Top