fmeobjects.FMERectangleFace.setName¶
-
FMERectangleFace.
setName
(name)¶ Sets the geometry’s name with a
six.text_type
. By supplying a blank name as input, this method will act asdeleteName()
.Parameters: name (six.text_type) – The geometry’s new name. Return type: None