프로젝트

일반

사용자정보

개정판 b0fda6ee

IDb0fda6ee0431501c017c8ed4766aff3dd3245f1f
상위 2026abb1
하위 d3e91f52

gaqhf 이(가) 4년 이상 전에 추가함

dev issue #000 : fix minor

Change-Id: I59ab314cd2d09d9fa36ec2275ce6a80270fd7b4e

차이점 보기:

DTI_PID/SPPIDConverter/AutoModeling.cs
2319 2319
                    double y = 0;
2320 2320
                    GetTargetLineConnectorPoint(connector, groupLine, ref x, ref y);
2321 2321
                    if (connector.ConnectedObject == null)
2322
                    {
2323 2322
                        placeRunInputs.AddPoint(x, y);
2324
                    }
2325 2323
                    else if (connector.ConnectedObject.GetType() == typeof(Symbol))
2326 2324
                    {
2327 2325
                        Symbol targetSymbol = connector.ConnectedObject as Symbol;
......
2399 2397
                            }
2400 2398
                        }
2401 2399
                    }
2400
                    else
2401
                        placeRunInputs.AddPoint(x, y);
2402 2402
                }
2403 2403

  
2404 2404
                LMConnector _lMConnector = _placement.PIDPlaceRun(_LMAItem, placeRunInputs);

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)