Typos and whitespace fixes

This commit is contained in:
luz.paz
2018-08-06 08:47:24 -04:00
committed by luz paz
parent f991d89ec2
commit baa6d89328
24 changed files with 38 additions and 38 deletions

View File

@@ -319,7 +319,7 @@ class TempoVis(FrozenClass):
def _enableClipPlane(self, obj, enable, placement = None, offset = 0.0):
"""Enables or disables clipping for an object. Placement specifies the plane (plane
is placement's XY plane), and should be in global CS.
Offest shifts the plane; positive offset reveals more material, negative offset
Offset shifts the plane; positive offset reveals more material, negative offset
hides more material."""
if not hasattr(obj, 'getGlobalPlacement'):
print(" {obj} has no attribute 'getGlobalPlacement'".format(obj= obj.Name))