Interface View
Description
This class specifies information about a view.
The transformation matrix provides the transformation from the object's coordinate system to logical screen coordinates. This matrix does not contain any transformation for the members of an assembly.
Direct Known Subclasses:
User Guide References:
Annotation Features and Annotations:View,
Creo TOOLKIT Errors:View,
Parent_Child_Relationships_Between_Creo_Object_TOOLKIT_Java_Objects:View,
Accessing Selection Data:View,
Programmatic Selection:View,
Drawing Creation Errors:View,
Drawing Operations:View,
Drawing Sheet Information:View,
Drawing Views:View,
Creating Drawing Views:View,
General Drawing Views:View,
Projected Drawing Views:View,
Obtaining Drawing Views:View,
Drawing View Information:View,
Drawing View Display Information:View,
Drawing Views Operations:View,
Drawing Dimensions Information:View,
Drawing Dimensions Operations:View,
Drawing Views And Models:View,
Modifying Views:View,
Detailed Views:View,
Auxiliary Views:View,
Revolved Views:View,
View Orientation:View,
Sections of a View:View,
Visible Areas of Views:View,
View States:View,
Instructions:View,
Free Attachment:View,
Combined States of a Solid:View,
Accessing Annotations:View,
Accessing and Modifying Annotation Elements:View,
Annotation Text Styles:View,
Annotation Orientation:View,
Accessing Set Datum Tags:View,
Windows and Views:View,
Views:View,
Getting a View Object:View,
View Operations:View,
Coordinate Systems and Transformations:View,
Window Coordinate System:View,
Drawing View Coordinate System:View,
Transforming to Screen Coordinates:View,
ModelItem Information:View,
Cleaning Up Dimensions:View,
Export Instructions:View,
Export Instructions Table:View,
Exporting to PDF and U3D:View,
Importing 2D Models:View,
Automatic Printing of 3D Models:View,
Displaying Text in the Graphics Window:View,
Creo Object TOOLKIT Java Classes:View Method Summary
boolean | |
| Get method for attribute "IsCurrent" The boolean status that indicates if the view is current or not. |
/*cipOptional*/ String | |
| Get method for attribute "Name" The name of the view |
| |
| Get method for attribute "Transform" The transformation matrix |
void | |
| This method resets a previously set view orientation back to the default orientation. |
void | |
| This method rotates a specified object in respect to the X-, Y-, or Z- axis. Input arguments are angle and degree. |
void | |
| Set method for attribute "Transform" The transformation matrix |
Method Detail
GetName |
/*cipOptional*/ String | GetName | () |
The name of the view
User Guide References:
GetIsCurrent |
boolean | GetIsCurrent | () |
The boolean status that indicates if the view is current or not.
User Guide References:
GetTransform |
| GetTransform | () |
SetTransform |
void | SetTransform | |
The transformation matrix
Exceptions thrown (but not limited to):
User Guide References:
This method resets a previously set view orientation back to the default orientation.
User Guide References:
Returns:
This method rotates a specified object in respect to the X-, Y-, or Z- axis. Input arguments are angle and degree.
User Guide References:
Parameters:
Axis
The rotation axis
Angle
The rotation angle, in degrees
Returns: