BrepFace.ShrinkFace Method

BrepFaceShrinkFace Method

Shrinks the underlying surface of this face. Sometimes the surface used by a face extends far beyond the face's outer boundary. This function remove portions of the surface that extend beyond the face's outer boundary loop.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool ShrinkFace(
	BrepFaceShrinkDisableSide disableSide
)
Public Function ShrinkFace ( 
	disableSide As BrepFaceShrinkDisableSide
) As Boolean

Parameters

disableSide
Type: Rhino.GeometryBrepFaceShrinkDisableSide
The side(s) of the surface to not shrink.

Return Value

Type: Boolean
true on success, false on failure.
Version Information

Rhino for Windows

Supported in: 6.14
See Also