Click or drag to resize
CMVIEWDrawObject3D Method
Draw a 3D object optimized for rendering

Available since Oasis montaj version: 6.2.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void DrawObject3D(
	int i1,
	int i2,
	int i3,
	int i4,
	CVV oVV5,
	CVV oVV6,
	CVV oVV7,
	CVV oVV8,
	CVV oVV9,
	CVV oVV10,
	CVV oVV11,
	CVV oVV12,
	CVV oVV13
)

Parameters

i1
Type: SystemInt32
See MVIEW_DRAWOBJ3D_ENTITYConstant
i2
Type: SystemInt32
See MVIEW_DRAWOBJ3D_MODEConstant
i3
Type: SystemInt32
Number of Objects
i4
Type: SystemInt32
Default Count (if variable and not specified)
oVV5
Type: GeoEngine.Core.GXNetCVV
Verticies X
oVV6
Type: GeoEngine.Core.GXNetCVV
Verticies Y
oVV7
Type: GeoEngine.Core.GXNetCVV
Verticies Z
oVV8
Type: GeoEngine.Core.GXNetCVV
Normals X (can be NULL)
oVV9
Type: GeoEngine.Core.GXNetCVV
Normals Y (can be NULL)
oVV10
Type: GeoEngine.Core.GXNetCVV
Normals Z (can be NULL)
oVV11
Type: GeoEngine.Core.GXNetCVV
Colors VV (can be NULL)
oVV12
Type: GeoEngine.Core.GXNetCVV
Index VV (can be NULL)
oVV13
Type: GeoEngine.Core.GXNetCVV
Count VV (can be NULL)
See Also