~freecad-community/freecad-extras/lattice2

« back to all changes in this revision

Viewing changes to lattice2ParaSeries.py

  • Committer: DeepSOIC
  • Author(s): luz.paz
  • Date: 2019-05-21 09:55:38 UTC
  • Revision ID: git-v1:0c595166f3450b913c99ab6f440bd324374c02ae
Misc. typo fixes

Found via `codespell -q 3 -L ang,childs,sinc,vertexes`

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
        obj.addProperty("App::PropertyEnumeration","ParameterType","Lattice ParaSeries","Data type of parameter to vary.")
108
108
        obj.ParameterType = ['float','int','string']
109
109
        
110
 
        obj.addProperty("App::PropertyString","ParameterRef","Lattice ParaSeries","Reference to the parameter to vary. Syntax: ObjectName.Property. Examples: 'Box.Height'; 'Sketch.Constaints.myLength'.")
 
110
        obj.addProperty("App::PropertyString","ParameterRef","Lattice ParaSeries","Reference to the parameter to vary. Syntax: ObjectName.Property. Examples: 'Box.Height'; 'Sketch.Constraints.myLength'.")
111
111
                        
112
112
        obj.addProperty("App::PropertyEnumeration","Recomputing","Lattice ParaSeries","Sets recomputing policy.")
113
113
        obj.Recomputing = ["Disabled", "Recompute Once", "Enabled"]