| Activate |
Make this object currently active |
| Close |
Close with the option of saving first |
| GetMachineSimLocation |
Get the machine simulation location |
| GetSaveNCData |
Get the SaveNC options |
| InvalidateAll |
Invalidate the toolpaths and the Part View tree. This will cause the Part View tree to reflect the latest changes |
| InvalidateToolpaths |
Invalidate the toolpaths so they are no longer ready for posting |
| LoadedParts |
Returns the complete path name and total number of the .fm files being used in the multiple fixture document. These files are listd under Parts List in the Multiple Fixtures dialog |
| LoadedSetups |
Returns the name of all the setups in the specified .fm file. The file name must include the complete path name for example "C:\Data\FM1.fm" |
| LoadPart |
Load a part into the multiple fixture document. Specify the complete path name of the .fm file |
| NewWindow |
Create a new document window |
| Post |
Display the NC code in the Results window |
| Print |
Print the entire document |
| PrintFM |
Print only the specified item. See tagFMPrintType |
| Save |
Save the document |
| SaveAs |
Save the document under a new name |
| SaveNC |
Save the generated NC code to the hard disk. The default file_name is part name. Set create_sub_folder to True to create an additional folder with the same name as the part underneath the specified directory |
| SaveSTL |
Save the 3D simulation results as an STL file |
| SaveView |
Save the current view as a user view. Four different views can be saved at any one point of time |
| SetAttribute |
Set the machining attribute on the document using an id from tagFMAttributeId. If the attribute is a P word, then sub_id identifies which one |
| SetAttributeStr |
Set the machining attribute on the document using a string for the attribute id |
| SetMachineSimLocation |
Set the machine simulation location |
| SetPartDominant |
Set to True to make the multiple fixture document be part dominant |
| SetUserAttribute |
Set the user defined attribute on the feature using the name of the attribute |
| 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 |
| SimCommand |
This property/method is no longer in use. FeatureCAM will continue to recognize and run older macros that use this property/method |
| SimRapidcut |
Run the RapidCut Solid 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 |