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.

Script to get all parameter values & name

amit.dabade

New member

Hi,
I want to extract all parameter names of any given model, drw. When i execute following line. instead of executing joption pane window with "Amit out" message it is executing "error" message joption pane line. That means it is throwing an expection, but i am not able to figure out why this is happening. Any comments?

import
java.util.ArrayList;
import
javax.swing.JOptionPane;
import
com.ptc.cipjava.jxthrowable;
import
com.ptc.pfc.pfcModelItem.*;
 

Sponsor

Articles From 3DCAD World

Back
Top