Click or drag to resize
CSURFACEITEMiAddMesh Method
Adds a triangular polyhedral mesh component to 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 int iAddMesh(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4,
	CVV oVV5,
	CVV oVV6
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Vertices X location
oVV2
Type: GeoEngine.Core.GXNetCVV
Vertices Y location
oVV3
Type: GeoEngine.Core.GXNetCVV
Vertices Z location
oVV4
Type: GeoEngine.Core.GXNetCVV
Triangles 1st Vertex
oVV5
Type: GeoEngine.Core.GXNetCVV
Triangles 2nd Vertex
oVV6
Type: GeoEngine.Core.GXNetCVV
Triangles 3rd Vertex

Return Value

Type: Int32
The index of the component added.
See Also