IvDraftView defines an Draft View on a drawing sheet. This draft view would, in turn, contain one or more sketches (IvDrawingSketch). No model can be specified for a draft view. You may add a Draft View to any existing drawing sheet. As opposed to a normal 2D-Sketch, a Draft View can be scaled.
IvDraftViewModifier
IvCommonViewMixin
BasePart
Name | Type | Description |
---|---|---|
sheet | part | Defines the drawing sheet on which the Draft View is being placed. |
displayTangentEdges | boolean | (From IvCommonViewMixin) Specifies whether to show tangent edges. If True , tangent edges are displayed. Default is False . |
showViewLabel? | boolean | (From IvCommonViewMixin) If True , displays the view label on the sheet, overriding the setting in the standard style. Default is NoValue. |
BreakAlignmentPosition | Any | (From IvCommonViewMixin). By default (when this Parameter is set to NoValue ), some view kinds may be aligned to the parent drawing view. Supplying the Point value to this Parameter, breaks View alignment, and repositions the View center into the Point |
viewName | string | Name of the view to be displayed on the drawing below the Draft View. By default, this is the displayName of the part. |
viewScale | number | Scale of the Draft View as decimal number. Defaults to 1.0. |
origin | point | Defines the Draft View position on the drawing sheet. The reference on the Draft View is its center point. Origin of the drawing sheet is the lower left corner. |
ignorePosition? | boolean | (From IvCommonViewMixin) Ignores the Origin Rule, if True . Default value is False. |
Name | Type | Description |
---|---|---|
height | number | Draft view height. This depends on the scale entered and the displayed objects. |
width | number | Draft view width. This depends on the scale entered and the displayed objects. |