On this pageTdxfPointUnit: sgConstsDescriptionRepresents a point in three-dimensional coordinate system.NoteTdxfPoint type is used internally, we do not recommend using it.Syntaxtype TdxfPoint = record X,Y,Z: Single; end;