![]() |
Object 20 "Dimension Line Straight" (Entity Type "Object") Changed in Version 2021.0 |
www.CAD6.com |
The given points are always the arrow's end-points, but not necessarily the line's end-points. If the arrows are rotated, the dimension line will overlap those points.
A dimension line is by definition an "open" object, i.e. it has a non-closed outline and cannot be filled. Nevertheless, the dimension arrows will be filled if required. This is independent from the object's properties!
Data Block SequenceData Block 001( Start ) Data Block 002( End ) Data Block 220( Options )
ParametersStart [MKI_POINT] Start point of the dimension line. End [MKI_POINT] End point of the dimension line. Options [MKI_DIMLINE] Dimension line parameters.
Attributes New in Version 2021.0A dimension line may contain attribute data blocks (see MKI_BLOCK_ATTRIBUTE) of types "local", "outline", and "point". Their position in the list of data blocks must be as follows:
The total number of attributes of each type (local, outline, point) per respective element (entity, outline, and point) is limited to MKI_ATTRIBS_PER_OBJECT.
Interface Command SequenceMKI_ObjectOpen, Type = MKI_OBJ_DLINE MKI_ObjectAddPoint, Type = MKI_DB_POINT_START MKI_ObjectAddPoint, Type = MKI_DB_POINT_END
Use the MKI_PARSE_OBJ_DLINE class to parse the data blocks of such an object in memory.
|
CAD6interface 2025.1 - Copyright 2025 Malz++Kassner® GmbH