Seeking floorplan design VCL toolbar

空扰寡人 提交于 2019-12-02 04:53:21

问题


I'm looking for a VCL component for C++ builder. It should preferably have a toolbar with drag & drop functionality.

I want to define a building or area (which might not be rectangular) and split it into "rooms" (or areas, or whatever you want to call them). And I want to be able to put "doorways" (or passages, etc) from a room into its neighbours.

is there such a thing? Preferably free.

Thanks.


In case anyone wants to know the answer, I have verified with TMS that the diagram studio can indeed do this.

Although they said "You can use TMS Diagram Studio for that, it’s not that complicated to create new custom blocks, like L-shaped rooms", so I still need to verify that it can handle triangles & lost parrots (polygons).


回答1:


Not that it is specifically built for room designing, but my best guess is that it is the closes you'll get without having to create the components yourself. Anyway TMS have a component pack called Diagram Studio. This allows you to add functionality to your application that somewhat simulates that of Microsoft Visio and other programs.

I don't know if this was truly what you wanted, but even though I haven't tried it myself my guess is that you can create your own room and door like shapes to be placed. It might worth a look. Atleast the feature list has this:

来源:https://stackoverflow.com/questions/2040160/seeking-floorplan-design-vcl-toolbar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!