RhinoCommon API
SimpleArrayCurvePointer Class |
Wrapper for a C++ ON_SimpleArray of ON_Curve* or const ON_Curve*. If you are not
writing C++ code, then you can ignore this class.
Namespace: Rhino.Runtime.InteropWrappers
Assembly: RhinoCommon (in RhinoCommon.dll)
The SimpleArrayCurvePointer type exposes the following members.
| Name | Description | |
|---|---|---|
| SimpleArrayCurvePointer |
Initializes a new SimpleArrayCurvePointer instance.
| |
| SimpleArrayCurvePointer(IEnumerableCurve) |
Initializes a new SimpleArrayCurvePointer instance, from a set of input curves.
|
| 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.) |