Group
autocad_entity: autocad_group
Group features are features with no geometry. This feature merely identifies the feature handles that are part of the group. This entity is only supported by the AutoCAD reader. Group features are always read on layer 0.
The following attributes are set when reading groups.
Attribute Name |
Content |
---|---|
autocad_group_description |
The descriptive name of the group. Range: Character string |
autocad_group_name |
Name of the group. Range: Character string |
autocad_group_anonymous |
Whether or not group is anonymous Range: Yes / No |
autocad_group_accessible |
Whether or not group is accessible. Range: Yes / No |
autocad_group_num_entities
|
Number of entities in the group. Range: Numeric |
autocad_group_selectable |
Whether or not group is selectable. Range: Yes / No |
autocad_entity_handle{} |
The list attribute which contains the hexadecimal values of the entities that make up the group. Range: Hexadecimal value |