SquisherSquishSurface Method (SquishParameters, Surface) |
Squish the surface into a flat brep
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.9
Syntax public Brep SquishSurface(
SquishParameters sp,
Surface surface
)
Public Function SquishSurface (
sp As SquishParameters,
surface As Surface
) As Brep
Parameters
- sp
- Type: Rhino.GeometrySquishParameters
The parameters for the squish operation - surface
- Type: Rhino.GeometrySurface
The surface to be squished
Return Value
Type:
BrepA brep representing the flattened surface
See Also