RhinoCommon API
SimpleArrayGeometryPointer Class |
Wrapper for a C++ ON_SimpleArray<ON_Geometry*>* or ON_SimpleArray<const ON_Geometry*>.
If you are not writing C++ code, then this class is not for you.
Namespace: Rhino.Runtime.InteropWrappers
Assembly: RhinoCommon (in RhinoCommon.dll)
The SimpleArrayGeometryPointer type exposes the following members.
| Name | Description | |
|---|---|---|
| SimpleArrayGeometryPointer |
Initializes a new SimpleArrayGeometryPointer instance.
| |
| SimpleArrayGeometryPointer(IEnumerable) |
Expects all of the items in the IEnumerable to be GeometryBase types
| |
| SimpleArrayGeometryPointer(IEnumerableGeometryBase) |
Create an ON_SimpleArray<ON_Geometry*> filled with items in geometry
|
| Name | Description | |
|---|---|---|
| ConstPointer |
Gets the const (immutable) pointer of this array.
| |
| Dispose |
Actively reclaims unmanaged resources that this instance uses.
| |
| Dispose(Boolean) |
For derived class implementers.
This method is called with argument true when class user calls Dispose(), while with argument false when the Garbage Collector invokes the finalizer, or Finalize() method. You must reclaim all used unmanaged resources in both cases, and can use this chance to call Dispose on disposable fields if the argument is true. Also, you must call the base virtual method within your overriding method. | |
| Equals | (Inherited from Object.) | |
| Finalize |
Passively reclaims unmanaged resources when the class user did not explicitly call Dispose().
(Overrides ObjectFinalize.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| NonConstPointer |
Gets the non-const pointer (for modification) of this array.
| |
| ToNonConstArray |
Copies the unmanaged array to a managed counterpart.
| |
| ToString | (Inherited from Object.) |