Example_file_to_define_points... Transformation_operations: MOVE movX movY movZ ROTATEAXIS angle(degrees) axis1X axis1Y axis1Z axis2X axis2Y axis2Z SCALE scaleX scaleY scaleZ Use_transformation_options_between_POINTS_and_after_POINTSLIST_or_POINTSENDLIST Definition_of_points: "POINTS" x1 y1 z1 x2 y2 z2 x3 y3 z3 By command line: -pointsdef:pt=x1:y1:z1,pt=x2:y2:z2,pt=x3:y3:z3 Definition_of_list_of_points_according_to_number_of_points: "POINTSLIST" BeginX BeginY BeginZ StepX StepY StepZ CountX CountY CountZ By command line: -pointsdef:ptls[x=BeginX:StepX:CountX,y=BeginY:StepY:CountY,z=BeginZ:StepZ:CountZ] Definition_of_list_of_points_according_to_end_points: "POINTSENDLIST" BeginX BeginY BeginZ StepX StepY StepZ EndX EndY EndZ By command line: -pointsdef:ptels[x=BeginX:StepX:EndX,y=BeginY:StepY:EndY,z=BeginZ:StepZ:EndZ] POINTS 0 0 1 #Point:(0,0,1) 1 0.5 -5 #Point:(1,0.5,-5) POINTSLIST #Ten_points_in_the_line_from_(0,0,0)_to_(9,0,0) 0 0 0 1 0 0 10 1 1 POINTSLIST #Mesh_in_the_plane_XY_of_200_points_from_(10,0,0)_to_(19,19,0) 10 0 0 1 1 0 10 20 1