Eyeshot 10 WinForms API Reference
GetModelViewMatrix Method (UserInterfaceSymbolBase)

WinForms Assembly > devDept.Eyeshot Namespace > UserInterfaceSymbolBase Class : GetModelViewMatrix Method
The camera of the viewport
The desired distance of the camera from the target
Gets the modelview matrix to draw the user interface symbol.
Syntax
'Declaration
 
Protected Overridable Function GetModelViewMatrix( _
   ByVal camera As Camera, _
   ByVal dist As Double _
) As Double()
protected virtual double[] GetModelViewMatrix( 
   Camera camera,
   double dist
)

Parameters

camera
The camera of the viewport
dist
The desired distance of the camera from the target

Return Value

See Also

Reference

UserInterfaceSymbolBase Class
UserInterfaceSymbolBase Members