You are here: Start » AVL.NET » TestSurfaceState Class

TestSurfaceState Class

Namespace:AvlNet
Assembly:AVL.NET.dll

Constructors

 ConstructorDescription
TestSurfaceState(TestSurfaceState)Creates a deep copy of the passed object.
TestSurfaceState()

Properties

 NameTypeDescription
DensitySystem.Single
IsDisposedSystem.Boolean
PointTypeAvlNet.PlainType
ScaleXSystem.Single
ScaleYSystem.Single
ScaleZSystem.Single
SurfaceAvlNet.Surface

Methods

 NameDescription
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Reset(AvlNet.TestSurfaceState)Resets this instance with data of the other TestSurfaceState object.
ToString()Inherited from System.Object

See also