Enum XDataCode
Defines the extended data code.
Namespace: netDxf
Assembly: CADability.dll
Syntax
public enum XDataCode
Fields
| Name | Description |
|---|---|
| AppReg | Application names can be up to 31 bytes long. |
| BinaryData | Binary data is organized into variable-length chunks. The maximum length of each chunk is 127 bytes. The binary data is represented as a string of hexadecimal digits, two per binary byte. |
| ControlString | An extended data control string can be either “{” or “}”. These braces enable applications to organize their data by subdividing the data into lists. The left brace begins a list, and the right brace terminates the most recent list. Lists can be nested. |
| DatabaseHandle | Handles of entities in the drawing database. |
| Distance | A real value that is scaled along with the parent entity |
| Int16 | A 16-bit integer (signed or unsigned). |
| Int32 | A 32-bit signed integer. |
| LayerName | Name of the layer associated with the extended data |
| Real | A real value. |
| RealX | Three real values, in the order X, Y, Z. They can be used as a point or vector record. AutoCAD never alters their value. |
| RealY | Three real values, in the order X, Y, Z. They can be used as a point or vector record. AutoCAD never alters their value. |
| RealZ | Three real values, in the order X, Y, Z. They can be used as a point or vector record. AutoCAD never alters their value. |
| ScaleFactor | Also a real value that is scaled along with the parent. The difference between a distance and a scale factor is application-defined |
| String | Strings in extended data can be up to 255 bytes long. |
| WorldDirectionX | Also a 3D point that is rotated and mirrored along with the parent (but is not moved, scaled, or stretched) |
| WorldDirectionY | Also a 3D point that is rotated and mirrored along with the parent (but is not moved, scaled, or stretched) |
| WorldDirectionZ | Also a 3D point that is rotated and mirrored along with the parent (but is not moved, scaled, or stretched) |
| WorldSpaceDisplacementX | Also a 3D point that is scaled, rotated, and mirrored along with the parent (but is not moved or stretched) |
| WorldSpaceDisplacementY | Also a 3D point that is scaled, rotated, and mirrored along with the parent (but is not moved or stretched) |
| WorldSpaceDisplacementZ | Also a 3D point that is scaled, rotated, and mirrored along with the parent (but is not moved or stretched) |
| WorldSpacePositionX | Unlike a simple 3D point, the world space coordinates are moved, scaled, rotated, and mirrored along with the parent entity to which the extended data belongs. The world space position is also stretched when the STRETCH command is applied to the parent entity and this point lies within the select window |
| WorldSpacePositionY | Unlike a simple 3D point, the world space coordinates are moved, scaled, rotated, and mirrored along with the parent entity to which the extended data belongs. The world space position is also stretched when the STRETCH command is applied to the parent entity and this point lies within the select window |
| WorldSpacePositionZ | Unlike a simple 3D point, the world space coordinates are moved, scaled, rotated, and mirrored along with the parent entity to which the extended data belongs. The world space position is also stretched when the STRETCH command is applied to the parent entity and this point lies within the select window |