| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| WModel | GetModelFromDisk
()
Retrieves an instance of a model from disk. |
| WModel | GetModelFromSession
()
Retrieves the handle to the instance model, if it is in session. |
| boolean | IsFlatState
()
Checks if the family table instance is a sheetmetal flat state instance or not. |
| boolean | IsModifiable
(boolean ShowUI)
Check if a given instance is modifiable. |
| Methods Inherited from Interface com.ptc.pfc.pfcFamily.FamilyTableRow |
|---|
| GetInstanceName, GetIsLocked, SetIsLocked, GetIsVerified, GetIsExtLocked, CreateInstance, Erase |
| Method Detail |
|---|
| IsFlatState |
|---|
| boolean | IsFlatState | () |
| Checks if the family table instance is a sheetmetal flat state instance or not. Exceptions thrown (but not limited to): XToolkitBadContext - The instance is not of flat state type, but normal family table instance
|
| IsModifiable |
|---|
| boolean | IsModifiable | (boolean ShowUI) |
Check if a given instance is modifiable.
|
| GetModelFromSession |
|---|
| WModel | GetModelFromSession | () |
| Retrieves the handle to the instance model, if it is in session. Exceptions thrown (but not limited to): XToolkitNotFound - The specified instance model is not in session.
|
| GetModelFromDisk |
|---|
| WModel | GetModelFromDisk | () |
| Retrieves an instance of a model from disk. Exceptions thrown (but not limited to): XToolkitNotFound - The specified instance model was not found on disk.
|