Click or drag to resize
CMVUImportGOCADSurface Method
Import and plot a GOCAD surface model.

Available since Oasis montaj version: 6.4.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The vertex normals are not included in the GOCAD import, but are calculated using the normal of each defined triangle, and taking the average when vertex is shared among more than one triangle.
Syntax
public static void ImportGOCADSurface(
	CMVIEW oMVIEW1,
	string str2,
	int i3
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
str2
Type: SystemString
GOCAD file name
i3
Type: SystemInt32
Color to plot (C_TRANSPARENT to use file-defined colour).
See Also