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.

Set/Get Stok Material in the manufacturing process with JLINK

ilson

New member
Hi
Has some way to capture the type of material of a manufacturing process and store in variable? And set this parameter?
With JLINK?
EX:
String Variable_XXX = Stock_material (Set)
and
String Stock_material_XXX = Variable (Get)

Grateful..
 

Attachments

  • StockMaterial.jpg
    StockMaterial.jpg
    19 KB · Views: 20
Have you tried these:
• pfcPart.Material.GetPropertyValue
• pfcPart.Material.SetPropertyValue
• pfcPart.Material.SetPropertyUnits
 
You can always refer to jlink examples for getting API usage. For this particular API refer to "Accessing Material Properties" section in jlinkug.pdf.
 

Sponsor

Articles From 3DCAD World

Back
Top