Click or drag to resize
CSURFACEITEMGetMesh Method
Gets a triangular polyhedral mesh of a component in the surface item.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void GetMesh(
	int i1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4,
	CVV oVV5,
	CVV oVV6,
	CVV oVV7
)

Parameters

i1
Type: SystemInt32
Index of the component
oVV2
Type: GeoEngine.Core.GXNetCVV
Vertices X
oVV3
Type: GeoEngine.Core.GXNetCVV
Vertices Y
oVV4
Type: GeoEngine.Core.GXNetCVV
Vertices Z
oVV5
Type: GeoEngine.Core.GXNetCVV
Triangles 1st Vertex
oVV6
Type: GeoEngine.Core.GXNetCVV
Triangles 2nd Vertex
oVV7
Type: GeoEngine.Core.GXNetCVV
Triangles 3rd Vertex
See Also