Editing User:Gaganjyotsingh/librecadkernel

From BRL-CAD

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 8: Line 8:
  
 
Things that are going to be implemented in GSoC are,
 
Things that are going to be implemented in GSoC are,
*support for moving entities from one position to another.
+
support for moving entities from one position to another.
*Ability to copy entities any number of times.
+
Ability to copy entities any number of times.
*Scaling the entities.
+
Scaling the entities.
*Rotating the entities with respect to some point.
+
Rotating the entities with respect to some point.
  
*It will have support for text and dimensioning after the GSoC period.
+
It will have support for text and dimensioning after the GSoC period.
 
 
Directory structure and operations,
 
 
 
Base directory :
 
 
 
cadentity.*
 
 
 
It is the base class for all entities and each entity is inherited from this class.
 
 
 
id.*
 
 
 
These file contain the class that generates a unique ID for every new entity so created.
 
 
 
metainfo.*
 
 
 
These files contains the classes which are metatypes for any entity. For example the pen color, line width, layer of entity.
 
 
 
Dochelpers :
 
 
 
These are the implementation files of the files in document folder( containing the virtual functions).
 
 
 
documentimpl
 
 
 
contains the following functions,
 
*addentity
 
*removeentity
 
*begin a process
 
*commiting a process
 
 
 
documentlayerimpl
 
*add entity // adds an entity to the layer
 
*remove entity // removes the entity from the layer
 
*find by id // Finds the entity by the unique ID specified
 
 
 
layermanagerimpl
 
It manages the layers, adds/deletes layers.
 

Please note that all contributions to BRL-CAD may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see BRL-CAD:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)