Meshing the Model

Create a mesh.

myProject.Mesher:Mesh()


Figure 1. Specify a wire segment radius of 0.001 m
  1. Since the Mesher object meshes the model, search for Mesher (object) in the Help1.
    1. In the Help, under Mesher > Usage locations, note the following:
      Model object has property Mesher.
    2. In the Help, under Mesher > Property List, note the method:
      • Mesh()
  2. Determine the syntax to prepend to Mesh:
    1. Since Start is a property it is indicated by prepending a “.”:
      :Mesh()
    2. In the Help, under MeshSettings > Usage locations, note the following:
      Mesher object has property Settings.
      The result is then:
      myProject.Mesher:Mesh()
1 The API is available in the Feko Scripting and API Reference Guide (PDF) or Feko WebHelp.