MKI_ENTITY_MAPPING (Entity Classes) Changed in Version 2022.0 |
www.CAD6.com |
C++ Syntaxclass MKI_ENTITY_MAPPING : public MKI_ENTITY_BASE { public:
MKI_XPROPERTY m_cXProperty; MKI_MATRIX m_cDisplayMatrix; __int32 m_nDisplayMode; MKI_HIDELAYERS m_afHideLayers; MKI_LAYERDATA m_cLayerData;
char m_pData[]; };
This structure describes an entity of type MKI_ENTITYTYPE_MAPPING, i.e. a mapping. Header.EntityType must be MKI_ENTITYTYPE_MAPPING (6).
Element DescriptionXProperty [MKI_XPROPERTY] Properties of the display data including transmission. If the filling mode is either MKI_FILLMODE_FILLED or MKI_FILLMODE_FILLED_FRAMED, the clipping will display all object inside the path, if the filling mode is MKI_FILLMODE_ERASER or MKI_FILLMODE_ERASER_FRAMED, it will display all objects outside the path. DisplayMatrix [MKI_MATRIX] Display matrix of the drawing section. All entities in the drawing section have to be multiplied with this matrix before display. It contains translation, rotation, scaling and distortion. DisplayMode [__int32] Bit-wise OR combination of some flags indicating the display mode for mappings. Possible values are (see MKI_DISPLAYMODE_*): MKI_DISPLAYMODE_DEFAULT MKI_DISPLAYMODE_SCALED_WIDTH MKI_DISPLAYMODE_NOSNAP MKI_DISPLAYMODE_NOGEO MKI_DISPLAYMODE_SCALED_LENGTH MKI_DISPLAYMODE_SCALED_DIMTEXT MKI_DISPLAYMODE_ADAPT_SCALE HideLayers [MKI_HIDELAYERS] This array contains one bit for each layer indicating if the layer shall be output or not. LayerData New in Version 2016.0 [MKI_LAYERDATA] This array contains property modifications for all layers to be applied within this mapping. Data [char[]] This data section contains a list of data blocks (see Data Blocks). The sequence of data blocks stored here is identical to those stored in an object of type "Surface", see Object 13 "Surface".
Attributes New in Version 2021.0A mapping may contain attribute data blocks (see MKI_BLOCK_ATTRIBUTE) of type "local", "outline", and "point". For details, see Object 13 "Surface". Attributes of types "global" must not exist. The total number of attributes per mapping is limited to MKI_ATTRIBS_PER_OBJECT.
MKD SyntaxThis entity represents a mapping, i.e. an entity that contains a reference point and a path. An entity of type "Mapping" has the following structure:
0,EntityOwner,6,UniqueID,XProperty, DisplayMatrix,DisplayMode, HideLayers; LayerData; -Data Block List- ,999,0,0; -Entity Link List- ,,999,,"";
If HideLayers is completely zero, it may be omitted.
Element DescriptionEntityOwner [__int16] This value is a unique identification of the plug-in that created the entity. The value MKI_DB_OWNER_MK is reserved for use by Malz++Kassner, especially for objects and data blocks that are created and handled directly by the application. Valid range: 0 <= Value < 10000. Third-party vendors that plan to implement a plug-in should contact Malz++Kassner to receive their unique identification (see Getting Your Private Owner ID). -Data Block List- The data block list contains a list of data blocks (see Data Blocks). Mappings contain many different kinds of data blocks including local, outline, and point attributes. -Entity Link List- The entity link list contains the extended object's sub-entity link-list ("link data") as defined by Header.LinkFirst and Header.LinkLast. Currently, this list is usually empty (except for maybe entities of extended object's link lists).
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH