RhinoCommon API
SimpleArrayBrepPointer Class |
Wrapper for a C++ ON_SimpleArray<ON_Brep*> or ON_SimpleArray<const ON_Brep*>
If you are not writing C++ code then this class is not for you.
Namespace: Rhino.Runtime.InteropWrappers
Assembly: RhinoCommon (in RhinoCommon.dll)
The SimpleArrayBrepPointer type exposes the following members.
| Name | Description | |
|---|---|---|
| SimpleArrayBrepPointer |
Initializes a new SimpleArrayBrepPointer instance.
|
| Name | Description | |
|---|---|---|
| Add |
Adds a brep to the list.
| |
| ConstPointer |
Gets the const (immutable) pointer of this array.
| |
| Dispose |
Actively reclaims unmanaged resources that this instance uses.
| |
| Dispose(Boolean) | Releases the unmanaged resources used by the SimpleArrayBrepPointer and optionally releases the managed resources | |
| 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.) |