fmeobjects.FMEAggregate.setGeometryInstanceMatrix¶
-
FMEAggregate.
setGeometryInstanceMatrix
()¶ setGeometryInstanceMatrix(matrix),
This method sets the geometry instance transformation matrix of this aggregate. If this aggregate is not currently a geometry instance, this call will cause the aggregate to destroy all owned parts and turn the aggregate into a geometry instance. The transformation matrix is applied to the geometry definition from the local origin to obtain the instantiated geometry.
Return type: None Parameters: matrix (list[list[float]]) – The geometry instance transformation matrix, formatted [[dddd][dddd][dddd]].