ICadDrawingView Interface |
Namespace: Autodesk.iLogic.Interfaces
The ICadDrawingView type exposes the following members.
Name | Description | |
---|---|---|
Balloons |
Gets an object that can be used to access the balloons associated with this view.
| |
Height |
Gets the height of the view.
(The height of a model view is determined by the projected height of the model and the view scale.)
| |
ModelDocument |
Gets the model document (part or assembly) shown in this view. If the view is not a model view, this will be Nothing.
| |
Name |
Gets the name of the view.
| |
Scale |
Gets or sets the view scale, as a number.
| |
ScaleString |
Gets or sets the view scale as a text string (e.g. "1:1").
| |
SpacingBetweenString |
Gets or sets the view location by specifying the distance to another view.
The other view is typically adjacent on the sheet. The spacing is between view edges, in the X or Y direction.
The system chooses the direction by looking at the current spacing between the view positions (not the edges). The axis used is the direction of greatest separation.
Specify a positive spacing value to place this view to the right or above the other view.
Specify a negative value to place this view to the left or below the other view.
| |
SpacingBetweenICadDrawingView |
Gets or sets the view location by specifying the distance to another view.
The other view is typically adjacent on the sheet. The spacing is between view edges, in the X or Y direction.
The system chooses the direction by looking at the current spacing between the view positions (not the edges). The axis used is the direction of greatest separation.
Specify a positive spacing value to place this view to the right or above the other view.
Specify a negative value to place this view to the left or below the other view.
| |
View |
Gets the Inventor API DrawingView object for this view.
| |
Width |
Gets the width of the view.
(The width of a model view is determined by the projected width of the model and the view scale.)
|
Name | Description | |
---|---|---|
SetCenter |
Sets the position of the center of the view on the sheet.
| |
SetSpacingToCorner |
Sets the view location by specifying the distance between a corner of the view and the corresponding corner of the sheet.
|