SimpleArrayGeometryPointer Constructor (IEnumerableGeometryBase) |
Create an ON_SimpleArray<ON_Geometry*> filled with items in geometry
Namespace:
Rhino.Runtime.InteropWrappers
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public SimpleArrayGeometryPointer(
IEnumerable<GeometryBase> geometry
)
Public Sub New (
geometry As IEnumerable(Of GeometryBase)
)
Parameters
- geometry
- Type: System.Collections.GenericIEnumerableGeometryBase
[Missing <param name="geometry"/> documentation for "M:Rhino.Runtime.InteropWrappers.SimpleArrayGeometryPointer.#ctor(System.Collections.Generic.IEnumerable{Rhino.Geometry.GeometryBase})"]
See Also