| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | CollapseTree
(int WindowId)
Collapse the tree for the drawing. |
| int | CopyDrawingSheet
(int Sheet)
Create a copy of a drawing sheet. |
| DetailNoteItem | CreateLeaderWithArrowTypeNote
(DetailTextLines TextLines, Attachment NoteAttach, DetailLeaderAttachments LeaderAttachs, LeaderArrowTypes Types)
LICENSE: 222 |
| void | ExpandTree
(int WindowId)
Expand the tree for the drawing. |
| FormatSizeData | GetFormatSize
(int Sheet)
|
| String | GetLocationGridColumnFromPosition
(Point3D Position, int Sheet)
Outputs the location grid column for a specified location in screen coordinates. |
| String | GetLocationGridRowFromPosition
(Point3D Position, int Sheet)
Outputs the location grid row for a specified location in screen coordinates. |
| IndustryStandard | GetToleranceStandard
()
Get the assigned tolerance standard of a drawing. |
| boolean | IsSheetFormatBlanked
(int Sheet)
Checks if the sheet format is blanked. |
| boolean | IsSheetFormatShown
(int Sheet)
|
| void | RefreshTree
(int WindowId)
Refresh the tree for the drawing. |
| void | SetFormatSize
(FormatSizeData Data, int Sheet)
|
| void | SetToleranceStandard
(IndustryStandard Standard)
Set the assigned tolerance standard of a drawing. |
| void | ShowSheetFormat
(boolean Show, int Sheet)
|
| Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource |
|---|
| AddActionListener, RemoveActionListener, AddActionListenerWithType |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent |
|---|
| GetChild |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner |
|---|
| GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters |
| Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WParameterOwner |
|---|
| ExportParameterTable, ApplyParameterTableset, MathcadParametersSet, MathcadInputParametersGet |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner |
|---|
| DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression |
| Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WRelationOwner |
|---|
| GetRelationConstraints, UnitsUsed, UseUnits, EvaluateExpressionWithUnits |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItemOwner |
|---|
| GetItemByName, GetItemById, ListItems |
| Methods Inherited from Interface com.ptc.pfc.pfcView.ViewOwner |
|---|
| RetrieveView, GetView, SaveView, GetCurrentViewTransform, SetCurrentViewTransform, CurrentViewRotate, ListViews, GetCurrentView |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Methods Inherited from Interface com.ptc.pfc.pfcTable.TableOwner |
|---|
| ListTables, GetTable, CreateTable, RetrieveTable, RetrieveTableByOrigin, UpdateTables, DeleteTable |
| Method Detail |
|---|
| SetFormatSize |
|---|
| void | SetFormatSize | (FormatSizeData Data, int Sheet) |
|
| GetFormatSize |
|---|
| FormatSizeData | GetFormatSize | (int Sheet) |
|
| ShowSheetFormat |
|---|
| void | ShowSheetFormat | (boolean Show, int Sheet) |
|
| IsSheetFormatShown |
|---|
| boolean | IsSheetFormatShown | (int Sheet) |
|
| IsSheetFormatBlanked |
|---|
| boolean | IsSheetFormatBlanked | (int Sheet) |
Checks if the sheet format is blanked.
|
| SetToleranceStandard |
|---|
| void | SetToleranceStandard | (IndustryStandard Standard) |
| Set the assigned tolerance standard of a drawing. in the regular UI, this operation asks whether to regenerate the drawing. This function will not itself perform regeneration.
|
| GetToleranceStandard |
|---|
| IndustryStandard | GetToleranceStandard | () |
Get the assigned tolerance standard of a drawing.
|
| ExpandTree |
|---|
| void | ExpandTree | (int WindowId) |
| Expand the tree for the drawing. Exceptions thrown (but not limited to): XToolkitNoChange - There is no change in the drawing tree
|
| CollapseTree |
|---|
| void | CollapseTree | (int WindowId) |
| Collapse the tree for the drawing. Exceptions thrown (but not limited to): XToolkitNoChange - There is no change in the drawing tree.
|
| RefreshTree |
|---|
| void | RefreshTree | (int WindowId) |
| Refresh the tree for the drawing. Exceptions thrown (but not limited to): XToolkitNoChange - There is no change in the drawing tree
|
| CopyDrawingSheet |
|---|
| int | CopyDrawingSheet | (int Sheet) |
| Create a copy of a drawing sheet. Exceptions thrown (but not limited to): XToolkitInvalidType - Invalid model type specified. XToolkitCantModify - Drawing can't be modified. XToolkitCantWrite - Drawing sheet copy attempt failed.
|
| GetLocationGridColumnFromPosition |
|---|
| String | GetLocationGridColumnFromPosition | (Point3D Position, int Sheet) |
| Outputs the location grid column for a specified location in screen coordinates. Exceptions thrown (but not limited to): XToolkitNotExist - No location grid is defined on the specified sheet XToolkitOutOfRange - 'Position' is outside of the location grid
|
| GetLocationGridRowFromPosition |
|---|
| String | GetLocationGridRowFromPosition | (Point3D Position, int Sheet) |
| Outputs the location grid row for a specified location in screen coordinates. Exceptions thrown (but not limited to): XToolkitNotExist - No location grid is defined on the specified sheet XToolkitOutOfRange - 'Position' is outside of the location grid
|
| CreateLeaderWithArrowTypeNote |
|---|
| DetailNoteItem | CreateLeaderWithArrowTypeNote | (DetailTextLines TextLines, Attachment NoteAttach, DetailLeaderAttachments LeaderAttachs, LeaderArrowTypes Types) |
| Exceptions thrown (but not limited to): XToolkitOutOfMemory - Not enough memory.
|