Defining a Point

Define a point at (-0.25, -0.25, 0) that will be used as the base corner of a patch (rectangle).

myBaseCorner = cf.Point(-0.25, -0.25, 0)
  1. Search for Point1 in the Help2.
  2. View the example and note that a point is defined as follows:
    cf.Point(y, y, z)
  3. Fill in the coordinates (-0.25, -0.25, 0):
    cf.Point(-0.25, -0.25, 0)
  4. Add a “handle” to the point:
    myBaseCorner = cf.Point(-0.25, -0.25, 0)
1 Point (Object)
2 Feko Scripting and API Reference Guide or WebHelp.