[Pythoncad-developer] [ pythoncad-PythoncadWishTraker-3058373 ] Blocks entity
CAD Application entire developed in Python
Status: Beta
Brought to you by:
matteoboscolo
From: SourceForge.net <no...@so...> - 2010-09-05 10:49:20
|
PythoncadWishTraker item #3058373, was opened at 2010-09-02 22:39 Message generated for change (Comment added) made by carlopav You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3058373&group_id=263167 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Improvements Group: R38 Status: Open Resolution: Postponed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Blocks entity Initial Comment: a block entity is needed. regards carlo ---------------------------------------------------------------------- Comment By: carlopav (carlopav) Date: 2010-09-05 12:49 Message: hmmm, seems quite difficult to understand for me.... according to the wiki... A Block is a group of entities. Blocks can be inserted into the same graphic more than once with different Attributes and different locations, scaling factors and rotation angles (see Figure 2). Such an instance of a block is usually called an Insert. Inserts have attributes just like entities and layers. An Entity that is part of an Insert can have its own attributes or share the attributes of the Insert. Once created, Inserts are still linked to the Block they instantiate. The power of inserts is, that you can modify the Block once and all Inserts will be updated accordingly. how can layers in a tree structure substitute this entity... (i thought with a tree structure we could only achieve grouping objects)? ---------------------------------------------------------------------- Comment By: Matteo Boscolo (matteoboscolo) Date: 2010-09-05 08:52 Message: No need of block is needed for PythonCAD The Layer structure of the program (Not olready present in the user interface) will have a tree structure. So with this tree structure you do not need the layer as in autocad. As soon we will deliver the layer interface it will be more clear how it works. Regards, Matteo ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1334597&aid=3058373&group_id=263167 |