• Dealga McArdle's avatar
    Fcstd fcad dicts (#4534)
    · 87118e65
    Dealga McArdle создал
    * a few modifications and rst
    
    * walrus assignment
    
    * adds initial version of FreeCAD_utils module
    
    * add corrected name
    
    * append instead of add
    
    * rename
    
    * why wont the name change
    
    * Rename FreeCad_utils.py to FreeCAD_utils.py
    
    simple
    
    * drop triangulation code for now
    
    * change fcutil
    
    * correct set add
    
    * restore to working order
    
    * explain why get_node isn't used
    
    * drop some indent
    
    * use python idioms
    
    * add spaces
    
    * more context managers
    
    * rm whitespace
    
    * modernize
    
    * small change
    
    * dict version?
    
    * 6 fold speed increase using lame dict (without rounding)
    
    * list comprehension version
    
    * some comments
    
    * forgot to pass faceedges, but wasn't using them
    
    * apply some aliasing
    
    * remove commented out code
    
    * shuffle whitespace
    
    * rewrite.. but keep old in the comment
    
    * revert code of untested part
    
    * add lenient mode to solid_to_mesh does ngons nicely
    
    * rm whitespace
    
    * typo
    
    * typo
    
    * register differently
    
    * update docs
    
    * update docs
    
    * update solid to mesh doc
    
    * correct rst syntax
    
    * testing this lame registration cycle
    
    * title change
    
    * back to old registration tactic
    
    * wtf
    
    * place in correct location
    
    * fstring in doctests
    
    * revert to F.closeDocument(doc.Name)
    87118e65