fmeobjects.FMEExtrusion.setBase

FMEExtrusion.setBase(base)

Sets the base of this extrusion solid as the specified face. Any existing base that exists in this solid will be replaced. By setting the base, the surface normals automatically adjust so that all normals are pointing away from the extrusion. If None is passed in, an error will result.

Parameters:

base (FMEFace) – The base of the FMEExtrusion as a face.

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.