home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3iaconstr.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IACONSTRAINT_H = 1;
- include("real/intact/r3iacons.js")
-
-
- var R3CLID_IACONSTRAINT = 1421;
-
-
-
-
-
-
-
- R3IACONSTRAINTA_Recursive = 1421500;
- function SetR3IACONSTRAINTA_Recursive(value) {
- R3Set(this.r3obj, R3IACONSTRAINTA_Recursive, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3IACONSTRAINTA_Recursive() {
- return R3Get(this.r3obj, R3IACONSTRAINTA_Recursive, R3TID_BOOLEAN, 0);
- }
-
-
-
- function r3Iaconstraint () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IACONSTRAINT, arguments);
- }
- // Methods
-
- // Attributes
- this.GetRecursive=GetR3IACONSTRAINTA_Recursive;
- this.SetRecursive=SetR3IACONSTRAINTA_Recursive;
- }
-
- r3Iaconstraint.prototype=new r3Iaconstructor;
- // r3iaconstr.h_H