this method sets all the params that an display needs

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public void SetDisplayParams(
	XYZ dispPos,
	XYZ dispHor,
	XYZ dispPerp,
	double dispSizeMmX,
	double dispSizeMmY
)
Visual Basic (Declaration)
Public Sub SetDisplayParams ( _
	dispPos As XYZ, _
	dispHor As XYZ, _
	dispPerp As XYZ, _
	dispSizeMmX As Double, _
	dispSizeMmY As Double _
)
Visual C++
public:
void SetDisplayParams(
	XYZ^ dispPos, 
	XYZ^ dispHor, 
	XYZ^ dispPerp, 
	double dispSizeMmX, 
	double dispSizeMmY
)

Parameters

dispPos
Type: GLSV..::.XYZ
This is the display center position
dispHor
Type: GLSV..::.XYZ
This is the display horizontal vector
dispPerp
Type: GLSV..::.XYZ
This is the display perpendicular vector
dispSizeMmX
Type: System..::.Double
it is the width of the display measured in milimeters
dispSizeMmY
Type: System..::.Double
it is the height of the display measured in milimeters

See Also