Click or drag to resize

BrepCreateTrimmedSurface Method (BrepFace, Surface)

Note: This API is now obsolete.

Constructs a Brep using the trimming information of a brep face and a surface. Surface must be roughly the same shape and in the same location as the trimming brep face.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
[ObsoleteAttribute("Use version that takes tolerance as input")]
public static Brep CreateTrimmedSurface(
	BrepFace trimSource,
	Surface surfaceSource
)

Parameters

trimSource
Type: Rhino.GeometryBrepFace
BrepFace which contains trimmingSource brep.
surfaceSource
Type: Rhino.GeometrySurface
Surface that trims of BrepFace will be applied to.

Return Value

Type: Brep
A brep with the shape of surfaceSource and the trims of trimSource or null on failure.
See Also