ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
This function allows a shape to act completely independent of any other shapes in a scene.
After calling Detach() changes to local buffers are save to only effect the appearance of this shape.
Therefore, any buffers which have been shared will detach from their source and use up individual storage.
However, this new storage is not immediately allocated but only, once changes really arrive ("lazy").
Detach this shapes buffers from any shared buffers and allows individual changes
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
Return Value
Type: NodeRemarks
[ILNumerics Visualization Engine]
See Also