Click or drag to resize

APIimportMesh Method

Import a text Mesh file from off2msh format (MeshVersionFormatted 1) or neutral
REST path: /op/import/mesh
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 importMesh(
	string path
)

Parameters

path  String
Full path of Mesh file

Return Value

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