Click or drag to resize

SurfaceFilletBaseTrimBreps Method

If the two input breps are the same, TrimmedBreps[1] will be empty. The constructor idoes everything necessary for this to be called. Calles to the various fillet creation members will not change the result.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public bool TrimBreps(
	bool bExtend,
	List<Brep> TrimmedBreps0,
	List<Brep> TrimmedBreps1
)

Parameters

bExtend
Type: SystemBoolean

[Missing <param name="bExtend"/> documentation for "M:Rhino.Geometry.SurfaceFilletBase.TrimBreps(System.Boolean,System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Brep})"]

TrimmedBreps0
Type: System.Collections.GenericListBrep

[Missing <param name="TrimmedBreps0"/> documentation for "M:Rhino.Geometry.SurfaceFilletBase.TrimBreps(System.Boolean,System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Brep})"]

TrimmedBreps1
Type: System.Collections.GenericListBrep

[Missing <param name="TrimmedBreps1"/> documentation for "M:Rhino.Geometry.SurfaceFilletBase.TrimBreps(System.Boolean,System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Brep})"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Geometry.SurfaceFilletBase.TrimBreps(System.Boolean,System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Brep})"]

See Also