-
-
Notifications
You must be signed in to change notification settings - Fork 117
ACadSharp.Tables.View
Albert Domenech edited this page Sep 27, 2024
·
4 revisions
Represents a entry.
Object name
Dxf class name
Namespace: ACadSharp.Tables
C#
DxfNameAttribute
DxfSubClassAttribute
public class View
Returns | Name | Summary |
---|---|---|
Double |
Angle | Twist angle. |
Double |
BackClipping | Back clipping plane (offset from target point). |
XY |
Center | View center point (in DCS) |
XYZ |
Direction | View direction from target (in WCS) |
Double |
FrontClipping | Front clipping plane (offset from target point). |
Double |
Height | View height (in DCS). |
Boolean |
IsPlottable | 1 if the camera is plottable. |
Boolean |
IsUcsAssociated | 1 if there is a UCS associated to this view; 0 otherwise. |
Double |
LensLength | View width (in DCS). |
String |
ObjectName | |
ObjectType |
ObjectType | |
RenderMode |
RenderMode | View mode (see VIEWMODE system variable) |
String |
SubclassMarker | |
XYZ |
Target | Target point (in WCS) |
Double |
UcsElevation | UCS elevation |
XYZ |
UcsOrigin | UCS origin |
OrthographicType |
UcsOrthographicType | Orthographic type of UCS |
XYZ |
UcsXAxis | UCS X-axis |
XYZ |
UcsYAxis | UCS Y-axis |
ViewModeType |
ViewMode | View mode (see VIEWMODE system variable). |
VisualStyle |
VisualStyle | Visual style object (optional) |
Double |
Width | View width (in DCS). |
Returns | Name | Summary |
---|---|---|
CadObject |
Clone |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions