| Library | File | Frames | Expand |
| xbool | NeedsRegen | (optional pfcView2D_ptr View) |
|
| wfcEdgeDisplay_ptr | GetEdgeDisplay | (pfcSelection_ptr Edge) |
|
| void | SetEdgeDisplay | (pfcSelection_ptr Edge, wfcEdgeDisplay_ptr EdgeDisplay) |
|
| void | SetEdgeDisplayGlobal | (pfcSelection_ptr Edge, xbool makeGlobal) |
|
| xbool | IsEdgeDisplayGlobal | (pfcSelection_ptr Edge) |
|
| pfcView2D_ptr | GetDrawingView | (xint Id) |
|
| void | Merge | (pfcDrawing_ptr Drawing) |
|
| pfcView2D_ptr | CreateDetailView | (wfcDetailViewInstructions_ptr Instructions, pfcPoint3D_ptr Location) |
|
| pfcView2D_ptr | CreateRevolveView | (wfcRevolveViewInstructions_ptr Instructions) |
|
| pfcView2D_ptr | CreateAuxiliaryView | (wfcAuxiliaryViewInstructions_ptr Instructions) |
|
| pfcDimensions_ptr | CreateAutoOrdinateDimensions | (pfcSelections_ptr Surfaces, pfcSelection_ptr Baseline) |
|
| void | CleanupDimensions | (optional pfcView2D_ptr View) |
|
Clean up dimensions for input view or for all views if input view is not supplied.
|
| wfcStatus | VisitDrawingModels | (wfcVisitingClient_ptr visitingClient) |
|
Visits all models in a drawing. If ApplyAction of the visiting client returns a value other than TK_NO_ERROR, this method returns. If ApplyFilter returns TK_CONTINUE, the item is skipped (not passed to ApplyAction). In C++ Object Toolkit, use wfcStatusToPro and wfcStatusFromPro to convert the returned status to ProError and back. To facilitate the implementation of the visiting client, a default visiting client class is provided. The application can subclass it and override only those methods which it needs. In ApplyAction & ApplyFilter of the visiting client, pfcObject pointer must be cast to the correct visiting type as follows: SOLID - pfcSolid Casting as other types may lead to unexpected behaviour. Warning: After this method returns, the visiting client stays alive (that is, will not be subject to memory release), to make its data and its methods available for the application. After the applicatoin finishes using the client, it should call wfcWSession::ReleaseVisitor(wfcVisitingClient_ptr) on it.
|
| void | EraseAnnotation | (wfcAnnotation_ptr Annot) |
| xstring | GetSheetName | (xint SheetNumber) |
|
| xint | GetFormatSheet | (xint SheetNumber) |
|
| pfcSelection_ptr | Get3DAxis | (pfcSelection_ptr Axis2DSel) |
|
| pfcPoint3D_ptr | Get3DAxisLocation | (pfcSelection_ptr Axis2DSel) |
|
| pfcSelection_ptr | Get2DAxis | (pfcSelection_ptr Axis3DSel, pfcPoint3D_ptr PointOnAxis) |
|
| pfcComponentPath_ptr | GetDimensionPath | (pfcDimension_ptr Dimension) |
|
| wfcDualDimensionGlobalOptions_ptr | GetDualDimensionOptions | () |
|