| SoSFArrayCopyPolicies Enumeration | 
OIV.Inventor.Fields.SoSFArray may be manipulating some large amounts of memory.
Namespace: OIV.Inventor.Fields
 Syntax
Syntax Members
Members| Member name | Value | Description | |
|---|---|---|---|
| COPY | 0 | Open Inventor will make a copy of the data (default) | |
| NO_COPY | 1 | Passed buffer used. | 
 Remarks
RemarksIt is therefore convienent to be able to set the memory usage policy dynamically. By default, the memory policy is COPY, which is consistent with other OIV fields. The most likely to be efficient is NO_COPY. See also setNeverWrite.
 See Also
See Also