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
)
Public Sub Append (
other As Brep
)
Parameters
- other
- Type: Rhino.GeometryBrep
[Missing <param name="other"/> documentation for "M:Rhino.Geometry.Brep.Append(Rhino.Geometry.Brep)"]
See Also