본문으로 건너뛰기

V.1.1.25.609

Major Features

V.1.1.25.609

변경

  • [API Rename / Parameter Update]
    • 주요 API 이름 및 파라미터 정리
    • Model
      • ExportMarkupJson(string path, bool includeNotes, bool includeMeasures, bool includeSections, bool includeSnapshots, bool includeGridSystem)
      • ExportMarkupJsonDialog(bool includeNotes, bool includeMeasures, bool includeSections, bool includeSnapshots, bool includeGridSystem)
      • ImportMarkupJson(string path, bool includeNotes, bool includeMeasures, bool includeSections, bool includeSnapshots, bool includeGridSystem)
      • ImportMarkupJsonDialog(bool includeNotes, bool includeMeasures, bool includeSections, bool includeSnapshots, bool includeGridSystem)
    • Frame
      • IsXYPlaneRenderEnabled -> IsXYPlaneEnabled
      • IsYZPlaneRenderEnabled -> IsYZPlaneEnabled
      • IsZXPlaneRenderEnabled -> IsZXPlaneEnabled
      • IsXGridLineRenderEnabled -> IsXGridLineEnabled
      • IsYGridLineRenderEnabled -> IsYGridLineEnabled
      • IsZGridLineRenderEnabled -> IsZGridLineEnabled
    • Measure
      • CameraStatus -> CameraState
      • OnMeasureShowChanged -> OnMeasureVisibilityChanged
    • Note
      • CameraStatus -> CameraState
      • OnNoteShowChanged -> OnNoteVisibilityChanged
    • Sketch
      • TextShadowEnabled -> IsTextShadowEnabled
    • Snapshot
      • CameraStatus -> CameraState

추가

  • [MiniView]

    • 새 창/유저컨트롤 환경에서 미니뷰 적용 가능
    • 유저컨트롤 API:
      • vizcore3dx.View.MiniView.SetMiniViewContainer(miniViewContainer, CameraDirection.Z_PLUS);
  • [Snapshot / Markup Data]

    • 스냅샷에 모델 색상, 보이기/숨기기, 프레임 정보 포함
    • vizcore3dx.Model.KeyAttributeName = "KEY"; 설정 필요
    • ExportMarkupJson, ImportMarkupJson, ExportJson, ImportJson 연계 지원

V.1.0.25.515

추가

  • [Section]

    • 박스 단면 조작자 표시 옵션 추가(단면 상자 이동 기능)
  • [Color]

    • 색상 변경 API 추가
  • [Clash]

    • 간섭검사 API 추가

V.1.0.25.407

추가

  • [Section]
    • 단면 조작자 표시 방식 옵션 추가(단면 화살표 표시 기준)
    • 선택 단면 / 활성 단면 / 모든 단면 표시 모드 지원