Graphisoft®

API Development KitVersion: 18

API_ConstraintPars

드로잉 제약 조건의 파라미터들입니다.

    typedef struct {
        API_ConstraintType     constType;
        Int32                  filler_1;
        double                 constValue;
        double                 filler_2[2];
        GS::Bool8              useLocOrigo;
        GS::Bool8              filler_3;
        short                  filler_4[3];
    } API_ConstraintPars;

 

멤버

constType
드로잉 제약 조건 타입입니다.
constValue
제약 조건의 값입니다.
useLocOrigo
프로젝트 원점 또는 마지막으로 클릭한 포인트(locOrigo)를 레퍼런스 포인트로 사용합니다.

 

설명

API_ConstraintPars의 활용에 대해서는 APIIo_SetConstraintID 인터페이스 함수를 보십시오.

입력 각도(APIConst_A)를 고정시킬 때, constValue는 radian으로 정의됩니다.

 

요구사항

버전: API 6.1 또는 이후
헤더: APIdefs_Interface.h

 

참고사항

APIIo_SetConstraintID
APIIo_ResetConstraintID
API_ConstraintType
API 타입