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.

Unable to use the class View2Ds

paltsten

New member
Hi<?:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" />
I am having some trouble to use the methods in the View2Ds class.
Copying parts of the pfcDrawingExamples.java works fine until I try to retrieve information regarding the views i.e.
View2Ds views = drawing.List2Dviews ();
When compiling I receive errors on this one.

D:\AGCad\java>javac source\*.java -d .
source\AGCadWindow.java:1641: cannot resolve symbol
symbol : class Views2Ds
location: class com.agcad.AGCadWindow
Views2Ds views = drawing.List2DViews ();

Seen anything similar?
//Peter
 

Sponsor

Articles From 3DCAD World

Back
Top