Class constructor. Sets all the param a model needs to exist

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

Syntax

C#
protected Model(
	XYZ pos,
	int layer,
	bool visible
)
Visual Basic (Declaration)
Protected Sub New ( _
	pos As XYZ, _
	layer As Integer, _
	visible As Boolean _
)
Visual C++
protected:
Model(
	XYZ^ pos, 
	int layer, 
	bool visible
)

Parameters

pos
Type: GLSV..::.XYZ
XYZ coordenate
layer
Type: System..::.Int32
Model layer
visible
Type: System..::.Boolean
Visble

See Also