Skip to content
Snippets Groups Projects
  1. Aug 05, 2021
  2. Jul 28, 2021
  3. Jul 27, 2021
    • Ronja Karin Hetzel's avatar
      RObject: removed debug output · ea045bfc
      Ronja Karin Hetzel authored
      ea045bfc
    • Ronja Karin Hetzel's avatar
      RCompound: copy settings · 8f675ecf
      Ronja Karin Hetzel authored
      Set color and transparency settings so that they are maintained
      when copying a compound object.
      Correct placement and rotation for copied objects might work now
      but is still under test.
      8f675ecf
    • Ronja Karin Hetzel's avatar
      indention corrections · 7b57a0b7
      Ronja Karin Hetzel authored
      7b57a0b7
    • Ronja Karin Hetzel's avatar
      copy function · d7e8ce2e
      Ronja Karin Hetzel authored
      Added copy function to create a new object with same properties.
      Each RXXX needs a separate implementation, so far done only for
      RBox and RCylinder.
      
      RObject: use parameter 'color' for color setting instead of '(r,g,b)'
      as one parameter as this does not work in newer versions + indention
      corrections
      d7e8ce2e
  4. Jan 29, 2020
    • Ronja Karin Hetzel's avatar
      Implemented RObject.rotate · d12595bb
      Ronja Karin Hetzel authored
      No extensive tests so far, but works on simple rotations.
      If components of compound objects are to be addressed individually
      afterwards, there will be problems with positions and rotations.
      d12595bb
  5. Jan 05, 2018
  6. Jan 02, 2018
  7. Dec 30, 2017
  8. Dec 29, 2017
  9. Dec 28, 2017
  10. Dec 27, 2017
    • Ronja Karin Hetzel's avatar
      RFeaturePage and RView · 0b37f5b0
      Ronja Karin Hetzel authored
      New class RFeaturePage to create a worksheet for a technical
      drawing of a construction and new class RView to insert a
      projection of a RObject into the RFeaturePage.
      
      The new example chamber.py shows how to use the two classes.
      0b37f5b0
  11. Dec 05, 2017
  12. Dec 03, 2017
  13. Dec 01, 2017
    • Ronja Karin Hetzel's avatar
      Introduced reference point · 224a73bc
      Ronja Karin Hetzel authored
      Set the default position of RBox and RCylinder so that their center
      is at the origin. To keep track of the center and to use it for
      translation and rotation in respect to it, a new class variable
      referenceposition is introduced pointing to the center of the two
      objects. If RSubstractions or RAdditions are used, the referencepoint
      of the new object is equal to the one of the first object given to
      the compound object.
      224a73bc
    • Ronja Karin Hetzel's avatar
      First version of package freecadobjects · 8731f3de
      Ronja Karin Hetzel authored
      In this version the classes
       RDocument
       RObject
       RAddition
       RSubstraction
       RBox
       RCylinder
       RPipe
       RDimension
      
      are available. The default placement of the objects is the default
      placement used in FreeCAD.
      An example with a construction of the veto detector is given to
      show how to use the package.
      8731f3de
  14. Nov 30, 2017
Loading