 | 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: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic bool importMesh(
string path
)
Public Function importMesh (
path As String
) As Boolean
Dim instance As API
Dim path As String
Dim returnValue As Boolean
returnValue = instance.importMesh(path)
public:
bool importMesh(
String^ path
)
member importMesh :
path : string -> bool
Parameters
- path String
- Full path of Mesh file
Return Value
BooleanFalse in case of error or GeneralDesign license missing
See Also