public class CallModel2D extends CallModel
| Constructor and Description |
|---|
CallModel2D(com.ptc.pfc.pfcModel2D.Model2D m) |
| Modifier and Type | Method and Description |
|---|---|
void |
addModel(CallModel newModel) |
void |
addSheet() |
CallDetailItem |
createDetailItem(CallDetailCreateInstructions instructions) |
CallView2D |
createView(CallView2DCreateInstructions instructions) |
void |
deleteModel(CallModel model) |
void |
deleteSheet(int sheetNumber) |
int |
getCurrentSheetNumber() |
CallModel |
getCurrentSolid() |
com.ptc.pfc.pfcModel2D.Model2D |
getModel2D() |
int |
getNumberOfSheets() |
CallSheetData |
getSheetData(int sheetNumber) |
CallDrawingFormat |
getSheetFormat(int sheetNumber) |
double |
getSheetScale(int sheetNumber,
CallModel drawingModel) |
CallTransform3D |
getSheetTransform(int sheetNumber) |
double |
getTextHeight() |
CallView2D |
getViewByName(java.lang.String viewName) |
CallView2Ds |
list2DViews() |
CallDetailItems |
listDetailItems(com.ptc.pfc.pfcDetail.DetailType type,
java.lang.Integer sheetNumber) |
CallModels |
listModels() |
CallDimension2Ds |
listShownDimensions(CallModel model,
com.ptc.pfc.pfcModelItem.ModelItemType type) |
void |
regenerate() |
void |
regenerateSheet(int sheetNumber) |
void |
reorderSheet(int fromSheetNumber,
int to) |
CallDetailSymbolDefItem |
retrieveSymbolDefinition(java.lang.String fileName,
java.lang.String filePath,
java.lang.Integer version,
java.lang.Boolean updateUnconditionally) |
void |
setCurrentSheetNumber(int sheetNumber) |
void |
setCurrentSolid(CallModel newModel) |
void |
setSheetFormat(int sheetNumber,
CallDrawingFormat format,
java.lang.Integer formatSheetNumber,
CallModel drawingModel) |
void |
setSheetScale(int sheetNumber,
double scale,
CallModel drawingModel) |
void |
updateTables() |
backup, create, createLayer, createParam, deleteRelations, display, erase, eraseWithDependencies, export, getCommonName, getDescr, getFileName, getFullName, getGenericName, getInstanceName, getItemById, getItemByName, getModel, getParam, getPostRegenerationRelations, getRelationId, getRelations, getType, getView, importData, isCommonNameModifiable, listDependencies, listItems, listParams, listViews, rename, retrieveView, save, saveView, setCommonName, setRelationspublic CallModels listModels() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void addModel(CallModel newModel) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void deleteModel(CallModel model) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallModel getCurrentSolid() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setCurrentSolid(CallModel newModel) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void regenerate()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallView2Ds list2DViews() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallView2D getViewByName(java.lang.String viewName) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallView2D createView(CallView2DCreateInstructions instructions) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallDetailItem createDetailItem(CallDetailCreateInstructions instructions) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallDetailItems listDetailItems(com.ptc.pfc.pfcDetail.DetailType type, java.lang.Integer sheetNumber) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallDetailSymbolDefItem retrieveSymbolDefinition(java.lang.String fileName, java.lang.String filePath, java.lang.Integer version, java.lang.Boolean updateUnconditionally) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallDimension2Ds listShownDimensions(CallModel model, com.ptc.pfc.pfcModelItem.ModelItemType type) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic double getTextHeight()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallTransform3D getSheetTransform(int sheetNumber) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic int getNumberOfSheets()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void regenerateSheet(int sheetNumber)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setCurrentSheetNumber(int sheetNumber)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic int getCurrentSheetNumber()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void addSheet()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void deleteSheet(int sheetNumber)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setSheetScale(int sheetNumber,
double scale,
CallModel drawingModel)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic double getSheetScale(int sheetNumber,
CallModel drawingModel)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallSheetData getSheetData(int sheetNumber) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void reorderSheet(int fromSheetNumber,
int to)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallDrawingFormat getSheetFormat(int sheetNumber) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setSheetFormat(int sheetNumber,
CallDrawingFormat format,
java.lang.Integer formatSheetNumber,
CallModel drawingModel)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void updateTables()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcModel2D.Model2D getModel2D()