M_Rhino_Geometry_Brep_CreateTrimmedSurface - mcneel/rhinocommon-api-docs GitHub Wiki
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) Version: Rhino 6.0
C#
[ObsoleteAttribute("Use version that takes tolerance as input")]
public static Brep CreateTrimmedSurface(
BrepFace trimSource,
Surface surfaceSource
)
VB
<ObsoleteAttribute("Use version that takes tolerance as input")>
Public Shared Function CreateTrimmedSurface (
trimSource As BrepFace,
surfaceSource As Surface
) As Brep
- trimSource
- Type: Rhino.Geometry.BrepFace
BrepFace which contains trimmingSource brep. - surfaceSource
- Type: Rhino.Geometry.Surface
Surface that trims of BrepFace will be applied to.
Type: Brep
A brep with the shape of surfaceSource and the trims of trimSource or null on failure.
Supported in: 5D58w
Obsolete (compiler warning) in 6.0.16224.21491
Brep Class
CreateTrimmedSurface Overload
Rhino.Geometry Namespace