home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3iaangle.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IAANGLE_H = 1;
- include("real/intact/r3ianp.js")
- include("oops/r3vector.js")
-
-
- var R3CLID_IAANGLE = 1911;
-
-
-
-
- R3IAAA_Angle = 1911500;
- function SetR3IAAA_Angle(value) {
- R3Set(this.r3obj, R3IAAA_Angle, value, R3TID_FLOAT, 0);
- }
-
- function GetR3IAAA_Angle() {
- return R3Get(this.r3obj, R3IAAA_Angle, R3TID_FLOAT, 0);
- }
-
- R3IAAA_RotateSpace = 1911501;
- function SetR3IAAA_RotateSpace(value) {
- R3Set(this.r3obj, R3IAAA_RotateSpace, value, R3TID_COORDSYS, R3TNF_ARRAY);
- }
-
- R3IAAA_Dimension = 1911502;
- function SetR3IAAA_Dimension(value) {
- R3Set(this.r3obj, R3IAAA_Dimension, value, R3TID_INTEGER, 0);
- }
-
- function GetR3IAAA_Dimension() {
- return R3Get(this.r3obj, R3IAAA_Dimension, R3TID_INTEGER, 0);
- }
-
- R3IAAA_Method = 1911503;
- function SetR3IAAA_Method(value) {
- R3Set(this.r3obj, R3IAAA_Method, value, R3TID_INTEGER, 0);
- }
-
- function GetR3IAAA_Method() {
- return R3Get(this.r3obj, R3IAAA_Method, R3TID_INTEGER, 0);
- }
-
- R3IAAA_DisableConstraints = 1911504;
- function SetR3IAAA_DisableConstraints(value) {
- R3Set(this.r3obj, R3IAAA_DisableConstraints, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3IAAA_DisableConstraints() {
- return R3Get(this.r3obj, R3IAAA_DisableConstraints, R3TID_BOOLEAN, 0);
- }
-
-
-
- function r3Iaangle () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IAANGLE, arguments);
- }
- // Attributes
- this.GetAngle=GetR3IAAA_Angle;
- this.SetAngle=SetR3IAAA_Angle;
- this.SetRotateSpace=SetR3IAAA_RotateSpace;
- this.GetDimension=GetR3IAAA_Dimension;
- this.SetDimension=SetR3IAAA_Dimension;
- this.GetMethod=GetR3IAAA_Method;
- this.SetMethod=SetR3IAAA_Method;
- this.GetDisableConstraints=GetR3IAAA_DisableConstraints;
- this.SetDisableConstraints=SetR3IAAA_DisableConstraints;
- }
-
- r3Iaangle.prototype=new r3Ianp;
- // r3iaangle.h_H