VPort Class |
Namespace: DXFReaderNET.Tables
The VPort type exposes the following members.
| Name | Description | |
|---|---|---|
| Active |
Gets the active viewport.
| |
| BackClipPlane |
Gets or sets the back clip plane Z value.
| |
| CameraPlottable |
1 if the camera is plottable
| |
| CircleSides |
Circle sides
| |
| CodeName |
Gets the dxf entity type string.
(Inherited from DxfObject.) | |
| FrontClipPlane |
Gets or sets the front clip plane Z value.
| |
| GridSpacing |
Gets or sets the grid spacing X and Y.
| |
| Handle |
Gets the handle assigned to the dxf object.
(Inherited from DxfObject.) | |
| IsReserved |
Gets if the table object is reserved and cannot be deleted.
(Inherited from TableObject.) | |
| LensLength |
Gets or sets the perspective lens length.
| |
| Name |
Gets the name of the table object.
(Inherited from TableObject.) | |
| Owner |
Gets the owner of the actual dxf object.
| |
| ShowGrid |
Gets or sets the grid on/off.
| |
| SnapAngle |
Gets or sets the snap angle.
| |
| SnapBasePoint |
Gets or sets the snap base point in DCS (Display Coordinate System)
| |
| SnapMode |
Gets or sets the snap mode on/off.
| |
| SnapSpacing |
Gets or sets the snap spacing X and Y.
| |
| TwistAngle |
Gets or sets the view twist angle.
| |
| ViewAspectRatio |
Gets or sets the view aspect ratio (view width/view height).
| |
| ViewCenter |
Gets or sets the view center point in DCS (Display Coordinate System)
| |
| ViewDirection |
Gets or sets the view direction from target point in WCS (World Coordinate System).
| |
| ViewHeight |
Gets or sets the view height.
| |
| Viewmode |
View mode
| |
| ViewTarget |
Gets or sets the view target point in WCS (World Coordinate System).
|
| Name | Description | |
|---|---|---|
| Clone |
Creates a new VPort that is a copy of the current instance.
(Overrides TableObjectClone.) | |
| Clone(String) |
Creates a new VPort that is a copy of the current instance.
(Overrides TableObjectClone(String).) | |
| CompareTo(Object) |
Compares the current TableObject with another TableObject of the same type.
(Inherited from TableObject.) | |
| CompareTo(TableObject) |
Compares the current TableObject with another TableObject of the same type.
(Inherited from TableObject.) | |
| Equals(Object) |
Check if two TableObject are equal.
(Inherited from TableObject.) | |
| Equals(TableObject) |
Check if two TableObject are equal.
(Inherited from TableObject.) | |
| GetHashCode |
Returns the hash code for this instance.
(Inherited from TableObject.) | |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Inherited from TableObject.) |
| Name | Description | |
|---|---|---|
| DefaultName |
Default VPort name.
|