Click or drag to resize

SimpleArrayBrepPointerAdd Method

Adds a brep to the list.

Namespace:  Rhino.Runtime.InteropWrappers
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void Add(
	Brep brep,
	bool asConst
)

Parameters

brep
Type: Rhino.GeometryBrep
A brep to add.
asConst
Type: SystemBoolean
Whether this brep should be treated as non-modifiable.
See Also