DbOrdinateDimension.h
This class represents Ordinate Dimension entities in an OdDbDatabase instance.
An Ordinate Dimension entity dimensions the horizontal or vertical distance between between the specified origin and the specified defining point.
|
Name |
Description |
|
|
|
Name |
Description |
|
Returns the WCS defining point for this Dimension entity (DXF 13). | |
|
Reads the .dwg file data of this object. | |
|
| |
|
Writes the .dwg file data of this object. | |
|
Reads the DXF data of this object. | |
|
Reads the DXF R12 format data of this object. | |
|
Writes the DXF data of this object. | |
|
Writes the DXF data of this object. | |
|
Returns true if and only if this Dimension entity measures the OCS X-axis distance between the origin and the defining point. (DXF 70, bit 0x40 set). | |
|
Returns true if and only if this Dimension entity measures the OCS Y-axis distance between the origin and the defining point. (DXF 70, bit 0x40 cleared). | |
|
Returns the WCS leader end point for this Dimension entity (DXF 14). | |
|
Returns the WCS origin and primary definition point of this Dimension entity (DXF 10). | |
|
Sets the WCS defining point for this Dimension entity (DXF 13). | |
|
Sets the WCS leader end point for this Dimension entity (DXF 14). | |
|
Sets the WCS origin and primary definition point of this Dimension entity (DXF 10). | |
|
overridables | |
|
Sets this Dimension entity to measure the OCS X-axis distance between the origin and the defining point. (DXF 70, bit 0x40 set). | |
|
Sets this Dimension entity to measure the OCS Y-axis distance between the origin and the defining point. (DXF 70, bit 0x40 cleared). |
Copyright © 2002–2021. Open Design Alliance. All rights reserved.
|