fmeobjects.FMEBRepSolid.setOuterSurface

FMEBRepSolid.setOuterSurface()

setOuterSurface(outerSurface),

Sets the outer surface of this boundary-representation solid as the specified FMESurface passed in. The outer surface of a boundary-representation solid must exist. Thus, if None is passed in, an error will result.

Parameters:

outerSurface (FMESurface) – The FMESurface to be used as the outer surface for the BRepSolid.

Return type:

None

Returns:

The existing BRepSolid with a new outer surface.

Raises:

FMEException – An exception is raised if an error occurred, or None is passed in.