| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | AddLeader
(Attachment LeaderAttach)
|
| void | AddVarText
(DetailVariantText Text)
Add variable text to the symbol instance. |
| AnnotationPlane | GetAnnotationPlane
()
LICENSE: 222 |
| /*optional*/ Dimension | GetAttachedDimension
()
Finds the dimension to which the symbol instance is directly attached. |
| DetailEntityInstructions | GetEntityInstructions
(DetailEntityItem Item)
LICENSE: 222 Gets data of an entity in the symbol instance. |
| /*optional*/ Feature | GetFeature
()
Return the feature that is shown the detail symbol instance. |
| DetailNoteInstructions | GetNoteInstructions
(DetailNoteItem Item, DimDisplayMode DispMode)
LICENSE: 222 Gets data of a note in the symbol instance. |
| void | SetAnnotationPlane
(AnnotationPlane AnnotPlane)
LICENSE: 222 |
| Methods Inherited from Interface com.ptc.wfc.wfcLayerState.LayerItem |
|---|
| IsLayerItemVisible, RemoveNoUpdate, GetLayers, AddNoUpdate |
| 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.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem |
|---|
| GetName, SetName, GetId, GetType |
| Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WModelItem |
|---|
| DeleteUserDefinedName, Unhide, Hide, IsHidden, IsNameReadOnly, IsZoneFeature, GetDefaultName |
| Methods Inherited from Interface com.ptc.pfc.pfcDetail.DetailItem |
|---|
| GetDetailType, Delete |
| Methods Inherited from Interface com.ptc.pfc.pfcDetail.DetailSymbolInstItem |
|---|
| Draw, Erase, Show, Remove, GetInstructions, Modify, ListGroups |
| Method Detail |
|---|
| GetAttachedDimension |
|---|
| /*optional*/ Dimension | GetAttachedDimension | () |
| Finds the dimension to which the symbol instance is directly attached. Exceptions thrown (but not limited to): XToolkitNotExist - The symbol instance is not placed on item to a dimension XToolkitBadContext - The symbol instance is placed on a dim but we are unable to fill in the output structure on account of the dimension's model being missing (perhaps it was suppressed in the assembly).
|
| AddLeader |
|---|
| void | AddLeader | (Attachment LeaderAttach) |
| Exceptions thrown (but not limited to): XToolkitOutOfMemory - Not enough memory.
|
| AddVarText |
|---|
| void | AddVarText | (DetailVariantText Text) |
| Add variable text to the symbol instance. Exceptions thrown (but not limited to): XToolkitOutOfMemory - Not enough memory.
|
| GetFeature |
|---|
| /*optional*/ Feature | GetFeature | () |
| Return the feature that is shown the detail symbol instance. Exceptions thrown (but not limited to): XToolkitNotFound - The symbol instance is not generated from a solid model feature.
|
| SetAnnotationPlane |
|---|
| void | SetAnnotationPlane | (AnnotationPlane AnnotPlane) |
| Exceptions thrown (but not limited to): XToolkitBadContext - Annotation plane is not appropriate for this data.
|
| GetAnnotationPlane |
|---|
| AnnotationPlane | GetAnnotationPlane | () |
| Exceptions thrown (but not limited to): XToolkitBadContext - Annotation plane is not appropriate for this data.
|
| GetEntityInstructions |
|---|
| DetailEntityInstructions | GetEntityInstructions | (DetailEntityItem Item) |
| Gets data of an entity in the symbol instance. Exceptions thrown (but not limited to): XToolkitNotFound - No symbols were found in the model.
|
| GetNoteInstructions |
|---|
| DetailNoteInstructions | GetNoteInstructions | (DetailNoteItem Item, DimDisplayMode DispMode) |
| Gets data of a note in the symbol instance. Exceptions thrown (but not limited to): XToolkitNotFound - No symbols were found in the model.
|