sectionStarts = true;
} else if (sectionStarts) {
sectionStarts = false;
section = value.getValue();
sectionStart(section);
parseSection(COMMAND_CODE, new DXFValue(SECTION_START));
parseSection(groupCode, value);
} else {
parseSection(groupCode, value);
}