Namespace Xbim.IO.Step21
Classes
Part21Formatter
Part21Writer
StepDateTimeHelper
StepDoubleHelper
StepGuidHelper
StepText
XbimP21EofException
XbimP21InvalidCharacterException
XbimP21Parser
XbimP21Scanner
This class is meant to replace original parser which was generated using GPPG. Actual implementation of the original parser was actually only scanner with little added value but it had significant overhead on processing spead. This implementation uses the same methods but binds them to the scanner directly. This cuts off part of the structure security but it also cuts off processing time by about 20%.