 | TaskManagerSetTestOptions Method |
간섭검사 옵션 설정
그룹검사, 모델검사 : 접촉허용오차 지정. 이외 미지정
장비검사, 이동검사 : 근접허용범위 및 여유허용범위 지정, 접촉허용오차 미지정
Namespace:
VIZCLASH.NET
Assembly:
VIZCLASH.NET (in VIZCLASH.NET.dll) Version: 1.4.22.1118 (1.4.22.1118)
Syntaxpublic bool SetTestOptions(
int taskId,
TestKind kind,
bool useRangeValue,
float rangeValue,
bool useClearance,
float clearanceValue,
bool usePenetrationTolerance,
float penetrationTolerance,
bool visibleOnly,
int bottomLevel
)
Parameters
- taskId
- Type: SystemInt32
간섭검사 Task Id - kind
- Type: VIZCLASH.NETTestKind
간섭검사 종류(유형) - useRangeValue
- Type: SystemBoolean
근접허용범위 적용여부 - rangeValue
- Type: SystemSingle
근접허용범위 Tolerance - Default(2.0f) / Unit(mm) - useClearance
- Type: SystemBoolean
여유허용범위(Clearance) 적용여부 - clearanceValue
- Type: SystemSingle
여유허용범위(Clearance) Tolerance - Default(3.0f) / Unit(mm) - usePenetrationTolerance
- Type: SystemBoolean
접촉허용오차 적용여부 - penetrationTolerance
- Type: SystemSingle
접촉허용오차 Tolerance - Default(1.0f) / Unit(mm) - visibleOnly
- Type: SystemBoolean
보이는 모델만 검색 여부 - bottomLevel
- Type: SystemInt32
간섭제외 끝레벨
Return Value
Type:
Boolean간섭검사 옵션 설정 결과
See Also