MshCreator.add_point MshCreator.add_point(x=0, y=0, z=0)[source] add a point to the mesh Parameters: x (float) – x position of the first face center y (float) – y position of the first face center z (float) – z position of the first face center Returns: point – id of the added object Return type: int