View Class |
Namespace: DXFReaderNET.Tables
The View type exposes the following members.
Name | Description | |
---|---|---|
BackClippingPlane |
Back clipping plane (offset from target point)
| |
CameraPlottable |
1 if the camera is plottable
| |
Center |
View center point
| |
CodeName |
Gets the dxf entity type string.
(Inherited from DxfObject.) | |
Direction |
View direction from target
| |
Flags |
Standard flag values (bit-coded values):
1 = If set, this is a paper space view
16 = If set, table entry is externally dependent on an xref
32 = If both this bit and bit 16 are set, the externally dependent xref has been successfully resolved
64 = If set, the table entry was referenced by at least one entity in the drawing the last time the
drawing was edited. (This flag is for the benefit of AutoCAD commands.It can be ignored by
most programs that read DXF files and does not need to be set by programs that write DXF
files)
| |
FrontClippingPlane |
Front clipping plane (offset from target point)
| |
Handle |
Gets the handle assigned to the dxf object.
(Inherited from DxfObject.) | |
HardPointerID |
Hard-pointer ID/handle to visual style object (optional)
| |
Height |
View height
| |
IsReserved |
Gets if the table object is reserved and cannot be deleted.
(Inherited from TableObject.) | |
LensLength |
Lens length
| |
Name |
Gets the name of the table object.
(Inherited from TableObject.) | |
Owner |
Gets the owner of the actual dxf object.
| |
RenderMode |
Render mode:
0 = 2D Optimized(classic 2D)
1 = Wireframe
2 = Hidden line
3 = Flat shaded
4 = Gouraud shaded
5 = Flat shaded with wireframe
6 = Gouraud shaded with wireframe
| |
Target |
Target point
| |
TwistAngle |
Twist angle
| |
UCSassociated |
1 if there is a UCS associated to this view; 0 otherwise
| |
Viewmode |
View mode
| |
Width |
View width
|
Name | Description | |
---|---|---|
Clone |
Creates a new View that is a copy of the current instance.
(Overrides TableObjectClone.) | |
Clone(String) |
Creates a new View 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.) |