Class LsStl
Linear Sweptable Stl.
[Obsolete]
public class LsStl : IDisposable
- Inheritance
-
LsStl
- Implements
- Inherited Members
- Extension Methods
Constructors
LsStl(NativeStl)
Initializes a new instance of the LsStl class.
public LsStl(NativeStl nativeStl)
Parameters
nativeStl
NativeStlThe native STL to create a linear sweepable STL from.
Properties
LsStlPtr
Gets or sets the native pointer to the linear sweepable STL.
public nint LsStlPtr { get; set; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Dispose(bool)
Releases the unmanaged resources used by the LsStl and optionally releases the managed resources.
protected virtual void Dispose(bool disposing)
Parameters
disposing
booltrue to release both managed and unmanaged resources; false to release only unmanaged resources.
~LsStl()
Finalizes an instance of the LsStl class.
protected ~LsStl()