Page 1 of 1

Figure Edit Commands

Posted: Thu Apr 09, 2015 11:03 pm
by twdotson
Plan is for various operations on figures such as close, straighten, etc. Similar to AutoCADs MPEDIT except for all supported figure types.

Command: FigEdtCmd

Re: Figure Edit Commands

Posted: Tue Apr 14, 2015 12:46 pm
by Lincoln
There is a popular request from C3D users for a routine that will Open a Closed feature line. Can you add that to this routine?

Re: Figure Edit Commands

Posted: Mon May 04, 2015 7:34 pm
by twdotson
This tool will close a selection set of figures with a normal close option or a special building close (like this image).

Image

Re: Figure Edit Commands

Posted: Mon May 04, 2015 7:51 pm
by twdotson
Added a fast Straighten option. Simply pick the figure then two points. All points between the picked points are removed from the figure.

Image

Re: Figure Edit Commands

Posted: Tue May 05, 2015 5:44 pm
by GIZMO-NJ
That looks useful - presume it also works on 2d polys?

Re: Figure Edit Commands

Posted: Tue May 05, 2015 6:39 pm
by twdotson
The figures currently include ARC, AECC_FEATURE_LINE, LINE, MLINE, 3DPOLYLINE, LWPOLYLINE, SPLINE although some figure tools only work on a subset of these. For example you can't grade an arc, mline or LwPoly.

Re: Figure Edit Commands

Posted: Thu May 07, 2015 6:59 am
by GIZMO-NJ
This now makes vertex removal a whole lot easier....:)