On this pageTsgLineUnit:sgConstsDescriptionRepresents a line located in 3D coordinate system with the origin in drawing coordinate system.Syntaxtype TsgLine = packed record Point1: TFPoint; Point2: TFPoint;end;