Click or drag to resize

APIimportGMesh Method

Import a text GMesh v2 file
REST path: /op/import/gmesh
REST verb: GET
REST header: {"path", path}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool importGMesh(
	string path
)

Parameters

path  String
Full path of GMesh file

Return Value

Boolean
False in case of error or GeneralDesign license missing
See Also