Click or drag to resize

ClashManager Class

[MANAGER] Clash Manager
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3DX.NET.ManagerClashManager

Namespace:  VIZCore3DX.NET.Manager
Assembly:  VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.0.25.515 (1.0.25.515)
Syntax
C#
public class ClashManager : VIZCoreBase

The ClashManager type exposes the following members.

Constructors
  NameDescription
Public methodClashManager
Construction
Top
Properties
  NameDescription
Public propertyClashTestCount
간섭검사 테스트 개수
Public propertyItems
간섭검사 목록 반환
Top
Methods
  NameDescription
Public methodCode exampleAdd
간섭검사 추가
Public methodClear
간섭검사 항목 모두 삭제
Public methodCode exampleClearResultSymbol
간섭검사 결과 심벌 조회 초기화
Public methodDelete
간섭검사 삭제
Public methodDeleteResultItem
간섭검사 결과 삭제
Public methodGetClashTest
간섭검사 목록 반환
Public methodGetClashTest(Int32)
간섭검사 항목 반환
Public methodGetItem
간섭검사 항목 반환
Public methodGetProgressResultItem
간섭검사 중, 결과 반환
Public methodGetResultAllSubItem
이동 간섭 검사 목록 전체 반환
Public methodGetResultItem(ClashTest, ClashManagerResultGroupingOptions)
간섭 검사 목록 반환
Public methodGetResultItem(ClashTest, Int32, ClashManagerResultGroupingOptions)
이동 간섭 검사 목록 반환
Public methodPerformInterferenceCheck
모든 간섭검사 (재)수행
Public methodCode examplePerformInterferenceCheck(Int32)
간섭검사 수행
Public methodPerformInterferenceCheck(ListInt32)
모든 간섭검사 (재)수행
Public methodPerformInterferenceCheck(ListClashTest)
모든 간섭검사 (재)수행
Public methodCode examplePerformInterferenceCheck(Int32, Boolean)
간섭검사 수행
Public methodCode exampleShowResultSymbol(Int32, Boolean, Boolean)
간섭검사 결과 심벌 조회
Public methodCode exampleShowResultSymbol(Int32, Color, Color, Boolean, Boolean, Boolean)
간섭검사 결과 심벌 조회
Public methodCode exampleUpdate
간섭검사 조건 변경
Top
Events
  NameDescription
Public eventOnClashProgressEvent
간섭검사 진척률 이벤트
Public eventCode exampleOnClashTestFinishedEvent
간섭검사 완료 이벤트
Top
See Also