Represents a layout viewport in a CAD drawing.

The following tables list the members exposed by the CADViewPort type.

Name Description
Public property Box Gets a three-dimensional box that encloses the CADViewPort object.
Public property EntType Gets a type of this CADViewPort entity.
Public property FrozenLayers Gets or sets a list of frozen layers in the current viewport.
Public property MSpaceCenter Gets or sets a view center point in display coordinate system (DCS).
Public property MSpaceHeight Gets or sets a height of the model space displayed in the viewport and measured in model space units.
Public property PSpaceCenter Gets or sets a view center point in world coordinate system (WCS).
Public property PSpaceHeight Gets or sets a height of the model space displayed in the viewport and measured in paper space units.
Public property PSpaceWidth Gets or sets a width of the model space displayed in the viewport and measured in paper space units.
Public property ViewDirection Gets or sets a view direction vector in the world coordinate system (WCS).
Public property ViewTarget Gets or sets a view target point in the world coordinate system (WCS).
Public property ViewTwistAngle Gets or sets a rotation angle for the image displayed in the CADViewPort.
Public property VisibleBoundary Gets or sets a value indicating whether the viewport's boundary is visible.
Top
Name Description
Public method AssignEntity Copies an entity
Public method Dispose
Public method Equals (Overloaded) (inherited from Object).
Public method GetBoundary Gets a boundary of the CADViewPort.
Public method GetDrawModel Returns a value indicating whether a model space can be displayed in the viewport.
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Loaded Loads this CADViewPort to the specified CADConverter.
Public method Static ReferenceEquals (inherited from Object).
Public method SetBoundary Sets a boundary of the CADViewPort.
Public method ToString (inherited from Object).
Top