A disposable handle to a 2D curve (Geom2d_Curve or similar).
Created by 2D curve constructors (line2d, circle2d, etc.) and disposed via Symbol.dispose / the using keyword.
line2d
circle2d
Symbol.dispose
using
The .raw property accesses the underlying kernel handle for passing to kernel methods. Throws if the handle has been disposed.
.raw
Readonly
Whether this handle has been disposed.
The underlying kernel handle. Throws if disposed.
A disposable handle to a 2D curve (Geom2d_Curve or similar).
Created by 2D curve constructors (
line2d,circle2d, etc.) and disposed viaSymbol.dispose/ theusingkeyword.The
.rawproperty accesses the underlying kernel handle for passing to kernel methods. Throws if the handle has been disposed.