fmeobjects.FMEBRepSolid.getInnerSurfaceAt

FMEBRepSolid.getInnerSurfaceAt()

getInnerSurfaceAt(index),

Returns the inner surface of this boundary-representation solid at the index specified, or returns None if the index is out of range.

Parameters

index (int) – The index of the inner surface to be returned.

Return type

FMESurface or None

Returns

The inner surface at the given index.