get_fea_graph_point# MotorCAD.get_fea_graph_point(graph_id, slice_number, point_number, time_step_number)# Get a point from a Motor-CAD FEA graph. Parameters: graph_idstr, intName (preferred) or ID of the graph. In Motor-CAD, you can select Help -> Graph Viewer to see the graph name. slice_numberintWhich skew slice to get results from. Slice 1 is the first. point_numberintPoint number to get x and y coordinate values from. time_step_number Returns: xValuefloatValue of the x coordinate from the graph. yValuefloatValue of the y coordinate from the graph.