i beginner in autocad plugins .i have created array of circle using following code. now, have hatch circles in array .how that??how hatch circles @ once? moreover, how can return hatch method , use hatch objects.sorry language.thanks in advance. [assembly: commandclass(typeof(beamsection.class1))] namespace beamsection { public class class1 { //class1 obj = new class1(); [commandmethod("beamatsupport")] public void addlightweightpolyline() { // current document , database document acdoc = application.documentmanager.mdiactivedocument; database accurdb = acdoc.database; promptpointresult ppr = acdoc.editor.getpoint("\nselect starting point "); var ucs = acdoc.editor.currentusercoordinatesystem; point3d startingpt = ppr.value.transformby(ucs); list<double> radius = new list<double>(); radius.add(0.5); ...
i new croogo. have created few pages on local server. able use editor there when uploaded files on server can't find editor attached, can see few html tags text. is error: parse error: syntax error, unexpected '(' in /hermes/bosoraweb081/b2606/sl.onpointsaliency/public_html/app/plugin/tinymce/webroot/js/tiny_mce.js on line 1 clear cache files under /app/tmp, , delete browser cache since cakephp sets cache plugin assets, , try re-loading page.
Comments
Post a Comment