프로젝트

일반

사용자정보

개정판 cf924377

IDcf924377ba88bc0a7a0405658288932458d34fa6
상위 d5ec4d0f
하위 b265df51

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

dev issue #000 : Label Symbol LEADERLINE 설정/ Symbol Mapping Table Column추가로 인하여 접속시 확인후 Table Column추가

Change-Id: I7e1fc5c669039fc21ceb8a40578f05493bfc6da6

차이점 보기:

DTI_PID/SPPIDConverter/AutoModeling.cs
216 216

  
217 217
                                if (!string.IsNullOrEmpty(sRep))
218 218
                                {
219
                                    bool leaderLine = false;
220
                                    SymbolMapping symbolMapping = document.SymbolMappings.Find(x => x.UID == item.DBUID);
221
                                    if (symbolMapping != null)
222
                                        leaderLine = symbolMapping.LEADERLINE;
223

  
219 224
                                    LMSymbol _TargetItem = dataSource.GetSymbol(sRep);
220
                                    LMLabelPersist _LMLabelPresist = _placement.PIDPlaceLabel(item.SPPID.MAPPINGNAME, ref points, Rotation: 0, LabeledItem: _TargetItem.AsLMRepresentation(), IsLeaderVisible: true);
225
                                    LMLabelPersist _LMLabelPresist = _placement.PIDPlaceLabel(item.SPPID.MAPPINGNAME, ref points, Rotation: 0, LabeledItem: _TargetItem.AsLMRepresentation(), IsLeaderVisible: leaderLine);
221 226
                                    LMModelItem _LMModelItem = _TargetItem.ModelItemObject;
222 227
                                    LMAAttributes _Attributes = _LMModelItem.Attributes;
223 228

  
......
247 252
                                        }
248 253
                                    }
249 254

  
255
                                    //Leader 선 센터로
250 256
                                    string OID = _LMLabelPresist.get_GraphicOID();
251 257
                                    DependencyObject dependency = radApp.ActiveDocument.ActiveSheet.DrawingObjects[OID] as DependencyObject;
252 258
                                    if (dependency != null)

내보내기 Unified diff

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