fmeobjects.FMEExtrusion.setExtrusionVectorXYZ

FMEExtrusion.setExtrusionVectorXYZ(x, y, z)

Sets the extrusion vector of this extrusion solid. By setting the extrusion vector, the surface normals automatically adjust so that all normals are pointing away from the extrusion.

Parameters:
  • x (float) – The x coordinate.

  • y (float) – The y coordinate.

  • z (float) – The z coordinate.

Return type:

None