Reference

IMFGWindow - interface



Your Ad Here


Methods

Activate Make this object currently active
Close Close with the option of saving first
Post Display the NC code in the Results window
SaveView Save the current view as a user view. Four different views can be saved at any one point of time
SaveViewAsFile Save the current view as a .png image file. If the complete path name of the file is not specified, FeatureCAM will store the image in the same location that the macro is saved in
SetView Set the viewing style. For viewing styles see tagFMViewType
SetViewVector Create a custom view by defining a directional viewing vector. The direction will be calculated from the given start and end points of the vector
Sim2D Run the 2D Shaded simulation
Sim3D Run the 3D Solid simulation. During a gouge event, the SimID can be used as an index into the SimulationGougeDetected event handler and limit the execution of the handler to specific segments. See the macro DrillRetractGougeCheck.bas
Sim3DNoUpdate Run the 3D simulation but do not pause on gouge or show the toolpath during simulation. For description on SimID see MFGDocument.Sim3D
SimCutMove Simulate a cut move
SimCutRotate Simulate a rotational cut move
SimIgnoreClashes Either ignore all clashes or restore clash detection in machine simulation
SimPerformCut Perform the simulation cut
SimRapidcut Run the RapidCut Solid simulation
SimRotate Rotate a solid without cutting in machine simulation
SimSetPosition Set the simulation position
SimSetVisibility Set the a solid's visibility in machine simulation
SimToolpath Run the centerline simulation. Set the argument show to True to display the tool animation. If False, only the end results of the simulation are displayed on the screen
SimUpdateGraphics Update the simulation graphics

Properties

Application R/O The FeatureCAM application object 
Document R/O The document shown in the window 
HWnd R/O The id of the window handler 
Name R/O The name of the object. This is the same name that shows up in the tree view of FeatureCAM 
ResultsWindow R/O The Results window object of FeatureCAM. The Resulsts window is the pane on the right side of the main FeatureCAM window and contains the operations list 
WindowHeight R/W The height of the window 
WindowLeft R/W The location of the left edge of the window which is the number of pixels from the left edge of the screen 
WindowState R/W The viewing size of the window. See tagFMWindowState 
WindowTop R/W The locatio of the top edge of the window which is the number of pixels from the top edge of the screen 
WindowWidth R/W The width of the window 

Return to FeatureCAM Index


Your Ad Here