| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| boolean | CheckIsDimensionDisplayed
(BaseDimension Dim)
|
| void | Delete
(
/*optional*/
Boolean DeleteChildren)
Deletes a specified drawing view. |
| ViewDisplay | GetDisplay
()
Get method for attribute "Display" The drawing view display settings. |
| boolean | GetIsBackground
()
Get method for attribute "IsBackground" |
| boolean | GetIsScaleUserdefined
()
Identifies if the drawing view has a user-defined scale. |
| boolean | GetIsViewdisplayLayerDependent
()
Get method for attribute "IsViewdisplayLayerDependent" |
| DisplayStatus | GetLayerDisplayStatus
(Layer Layer)
Gets the display status of the specified layer in the drawing view. |
| Model | GetModel
()
Get the model displayed in the drawing view. |
| String | GetName
()
Get method for attribute "Name" The drawing view name. |
| Outline3D | GetOutline
()
Get method for attribute "Outline" The outline of the drawing view, in screen coordinates. |
| double | GetScale
()
Get method for attribute "Scale" The drawing view scale. |
| int | GetSheetNumber
()
Gets the sheet where the view is located. |
| SimpRep | GetSimpRep
()
Get the Simplified Representation. |
| Transform3D | GetTransform
()
Returns the coordinate transformation matrix for the drawing view. |
| void | Regenerate
()
Regenerates the drawing view. |
| void | SetDisplay
(ViewDisplay value)
Set method for attribute "Display" The drawing view display settings. |
| void | SetIsViewdisplayLayerDependent
(boolean value)
Set method for attribute "IsViewdisplayLayerDependent" |
| void | SetLayerDisplayStatus
(Layer Layer, DisplayStatus Status)
Sets the display status for the layer in the drawing view. |
| void | SetName
(String value)
Set method for attribute "Name" The drawing view name. |
| void | SetScale
(double value)
Set method for attribute "Scale" The drawing view scale. |
| void | Translate
(Vector3D ByVector)
Moves the drawing view by the specified vector. |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Method Detail |
|---|
| GetSheetNumber |
|---|
| int | GetSheetNumber | () |
Gets the sheet where the view is located.
|
| GetIsBackground |
|---|
| boolean | GetIsBackground | () |
|
| GetModel |
|---|
| Model | GetModel | () |
Get the model displayed in the drawing view.
|
| GetScale/SetScale |
|---|
| double | GetScale | () |
| void | SetScale | (double value) |
The drawing view scale.
|
| GetOutline |
|---|
| Outline3D | GetOutline | () |
The outline of the drawing view, in screen coordinates.
|
| Translate |
|---|
| void | Translate | (Vector3D ByVector) |
Moves the drawing view by the specified vector.
|
| Delete |
|---|
| void | Delete | ( /*optional*/ Boolean DeleteChildren) |
Deletes a specified drawing view.
|
| Regenerate |
|---|
| void | Regenerate | () |
Regenerates the drawing view.
|
| GetLayerDisplayStatus |
|---|
| DisplayStatus | GetLayerDisplayStatus | (Layer Layer) |
| Gets the display status of the specified layer in the drawing view.
Exceptions thrown (but not limited to): XToolkitNotFound - The specified layer was not found.
|
| SetLayerDisplayStatus |
|---|
| void | SetLayerDisplayStatus | (Layer Layer, DisplayStatus Status) |
| Sets the display status for the layer in the drawing view.
Exceptions thrown (but not limited to): XToolkitNotFound - The specified layer was not found. XToolkitCantModify - display status of the layer cannot be changed
|
| GetDisplay/SetDisplay |
|---|
| ViewDisplay | GetDisplay | () |
| void | SetDisplay | (ViewDisplay value) |
| The drawing view display settings. Exceptions thrown (but not limited to): XToolkitBadContext - The drawing view is a child of another view and inherits its display from its parent. XToolkitNoLicense - The function attempted to set the concept_model field, but no Pro/ASSEMBLY license is available.
|
| GetTransform |
|---|
| Transform3D | GetTransform | () |
| Returns the coordinate transformation matrix for the drawing view.
The transformation matrix is a combination of the following factors:
|
| GetName/SetName |
|---|
| String | GetName | () |
| void | SetName | (String value) |
| The drawing view name. Exceptions thrown (but not limited to): XToolkitNotFound - The view did not have a name.
|
| GetIsViewdisplayLayerDependent/SetIsViewdisplayLayerDependent |
|---|
| boolean | GetIsViewdisplayLayerDependent | () |
| void | SetIsViewdisplayLayerDependent | (boolean value) |
|
| GetIsScaleUserdefined |
|---|
| boolean | GetIsScaleUserdefined | () |
Identifies if the drawing view has a user-defined scale.
|
| GetSimpRep |
|---|
| SimpRep | GetSimpRep | () |
| Get the Simplified Representation.
Exceptions thrown (but not limited to): XToolkitInvalidType - The top model for the view is not a solid.
|
| CheckIsDimensionDisplayed |
|---|
| boolean | CheckIsDimensionDisplayed | (BaseDimension Dim) |
|