fmeobjects.FMEBRepSolid.setOuterSurface
- FMEBRepSolid.setOuterSurface()
setOuterSurface(outerSurface),
Sets the outer surface of this boundary-representation solid as the specified
FMESurfacepassed in. The outer surface of a boundary-representation solid must exist. Thus, ifNoneis passed in, an error will result.- Parameters:
outerSurface (FMESurface) – The
FMESurfaceto 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
Noneis passed in.