API_ShapePrimsParams
도형 프리미티브 파라미터들입니다.
typedef struct { GS::Bool8 dontClip; GS::Bool8 allStories; Geometry::Polygon2D *polygon; } API_ShapePrimsParams;
멤버
- dontClip
- 드로잉을 터뜨릴 때는 클리핑을 끄기 위해 false를 전달하십시오.
- allStories
- 드로잉을 현재 층에서만 사용하려면 false를 전달하십시오.
- polygon
- 도면에 대한 클리핑 폴리곤으로 세트하려면 포인터를
Geometry::Polygon2D
로 세트하십시오.
설명
요소의 도형을 가상으로 그리기 위해 ACAPI_Element_ShapePrimsExt 함수를 사용합니다.
요구사항
- 버전: API 14 또는 이후
- 헤더: APIdefs_Elements.h