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.

Jlink STL Export Chord Height

newton126

New member
I wrote a JLink app that will export an STL file. I'm struggling trying to figure out how to define the chord height. The main part of the code is below.

<div style="margin-left: 40px; font-family: Arial,Helvetica,sans-serif;">String stl_csys = "PRT_CSYS_DEF";
STLASCIIExportInstructions stl_instrs;
stl_instrs = pfcModel.STLASCIIExportInstructions_Create(stl_csys);
stlFilename = export_dir+model_name+".stl";
model.Export(stlFilename, stl_instrs);

</div>Can anyone help in getting the Chord Height set? I found <a href="http://" target="_blank">SetMaxChordHeight in the coordindate system export instructions but I can't figure it out.</a>

Thanks.



Edited by: newton126
 

Sponsor

Articles From 3DCAD World

Back
Top