TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: mfadzli87 on November 05, 2019, 08:21:34 PM

Title: Custom Cloud
Post by: mfadzli87 on November 05, 2019, 08:21:34 PM
Hi friends,

My office is using custom cloud for drawings. Right now i create it manually. If possible anyone here can create lisp for me. Here is the sample the cloud.  :smitten:
Title: Re: Custom Cloud
Post by: CAB on November 06, 2019, 09:04:19 AM
What are your rules & procedure for creating this cloud?
Example:Locations - model space only
User input - pick corners for rectangle or pick points to create a ployline outline.
Geometry - Arc min & max size or fixed size                 Lines fixed length                 Spacing between geometry, fixedLayer - current or predefined layer
Do you understand that all this information must be defined before you can create a LISP routine?
Title: Re: Custom Cloud
Post by: CAB on November 06, 2019, 09:07:55 AM
Some examples:
http://www.theswamp.org/index.php?topic=27545.0
http://www.theswamp.org/index.php?topic=1319.msg16634#msg16634
Title: Re: Custom Cloud
Post by: ronjonp on November 06, 2019, 09:33:08 AM
Why would you take the time to draft this?  :-o Look into making a linetype and use revcloud if this really holds a value for your company.
Title: Re: Custom Cloud
Post by: MP on November 06, 2019, 10:22:32 AM
... My office is using custom cloud for drawings ...

What's the benefit for the effort / cost?
Title: Re: Custom Cloud
Post by: mfadzli87 on November 06, 2019, 08:33:54 PM
What are your rules & procedure for creating this cloud?
Example:Locations - model space only
User input - pick corners for rectangle or pick points to create a ployline outline.
Geometry - Arc min & max size or fixed size                 Lines fixed length                 Spacing between geometry, fixedLayer - current or predefined layer
Do you understand that all this information must be defined before you can create a LISP routine?

Hi sir, The rules is same as autocad revcloud. If possible to draw rectangle/polyline and convert it to arc with geometry. The size/spacing maybe can refer the DIMSCALE for different scale of drawing.   :-)
Title: Re: Custom Cloud
Post by: mfadzli87 on November 06, 2019, 08:36:47 PM
... My office is using custom cloud for drawings ...

What's the benefit for the effort / cost?

This if for my own benefit only to speed up my drafting skills.. :lol:
Title: Re: Custom Cloud
Post by: mfadzli87 on November 06, 2019, 08:37:47 PM
Why would you take the time to draft this?  :-o Look into making a linetype and use revcloud if this really holds a value for your company.

Thanks sir, it is a good idea also.. :-)