SimpleArrayGeometryPointer Constructor

SimpleArrayGeometryPointer Constructor

Overload List
  NameDescription
Public methodSimpleArrayGeometryPointer
Initializes a new SimpleArrayGeometryPointer instance.
Public methodSimpleArrayGeometryPointer(IEnumerable)
Expects all of the items in the IEnumerable to be GeometryBase types
Public methodSimpleArrayGeometryPointer(IEnumerableGeometryBase)
Create an ON_SimpleArray<ON_Geometry*> filled with items in geometry
Top
See Also