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
)
Public Sub Add (
brep As Brep,
asConst As Boolean
)
Parameters
- brep
- Type: Rhino.GeometryBrep
A brep to add. - asConst
- Type: SystemBoolean
Whether this brep should be treated as non-modifiable.
See Also