Click or drag to resize

BrepAppend Method

Appends a copy of another brep to this and updates indices of appended brep parts. Duplicates are not removed

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.4
Syntax
public void Append(
	Brep other
)

Parameters

other
Type: Rhino.GeometryBrep

[Missing <param name="other"/> documentation for "M:Rhino.Geometry.Brep.Append(Rhino.Geometry.Brep)"]

See Also