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

TestPoint3DGridState Class

Namespace:AvlNet
Assembly:AVL.NET.dll

Constructors

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

Properties

 NameTypeDescription
DensitySystem.Single
GridAvlNet.Point3DGrid
IsDisposedSystem.Boolean
ScaleXSystem.Single
ScaleYSystem.Single
ScaleZSystem.Single

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.TestPoint3DGridState)Resets this instance with data of the other TestPoint3DGridState object.
ToString()Inherited from System.Object

See also