API_DimFormat
Preferences / Dimensioning 탭 페이지의 선형, 반지름, 레벨, 고도, 문/창, 파라펫(parapet) 치수 선 그리기를 의미합니다.
typedef struct { short unit; short roundInch; short lenDecimals; GS::Bool8 show0Whole; char show0Inch; API_ExtraAccuracyID showSmall5; GS::Bool8 hide0Dec; char filler_0; short filler_1; } API_DimFormat;
멤버
- unit
- 측정 단위입니다. (m, cm, mm...)
- roundInch
- 분수 인치입니다. (1, 2, 4, 8, 16, 32, 64)
- lenDecimals
- 소수점 이하 자릿수입니다. (0, 1, 2, 3, 4)
- show0Whole
- 소수점 왼쪽에 0들을 보여줍니다.
- show0Inch
- 소수 인치 왼쪽에 0들을 보여줍니다.
- showSmall5
- 반올림을 위한 유럽 방법입니다.
- hide0Dec
- 소수점 오른쪽의 0들을 숨깁니다.
설명
이 structure는 API_DimensionPrefs의 멤버입니다.
요구사항
- 버전: API 4.1 또는 이후
- 헤더: APIdefs_Environment.h
참고사항
API_DimensionPrefs
API_ExtraAccuracyID
API_AngDimFormat
API_AreaDimFormat
APIEnv_GetPreferencesID
API 타입