An NDoc Documented Class Library

HitItemList.drawSurfaceInfo Members

HitItemList.drawSurfaceInfo overview

Public Instance Constructors

HitItemList.drawSurfaceInfo Constructor Initializes a new instance of the HitItemList.drawSurfaceInfo class.

Public Instance Fields

ModelMatrix (inherited from HitInfo) The value in the infoclasses are all in local coordinates. If you want to transform to global coordinates you have to transform with the Modelmatrix.
surface Retrieves the surface, which is catched
UIndex Gives the Uindex of the nearestpoint relativ to the surface. You can get this point by surface.Value(Uindex, VIndex),
VIndex Gives the Vindex of the nearestpoint relativ to the surface. You can get this point by surface.Value(Uindex, VIndex),

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

HitItemList.drawSurfaceInfo Class | Minais.Drawing3d.Selection Namespace