private DB.Curve OffsetLocationCurve(DB.Curve centerCurve, double offsetValue, DB.XYZ offsetPlaneNormal)
 {
     return(centerCurve.CreateOffset(offsetValue, offsetPlaneNormal));
 }