Ignore:
Timestamp:
04/20/20 23:33:31 (4 years ago)
Author:
Maciej Komosinski
Message:

Added fields to characterize hinges in "solid shape"-type Models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/config/f0-SDK.def

    r754 r915  
    4848PROP(dz,1,1024,delta.z,f,-2,2,0,d.z)
    4949PROP(sh,1,0,shape,d,0,1,0,shape)
     50PROP(hx,1,0,hinge position.x,f,,,0,hinge_pos.x)
     51PROP(hy,1,1024,hinge position.y,f,,,0,hinge_pos.y)
     52PROP(hz,1,1024,hinge position.z,f,,,0,hinge_pos.z)
     53PROP(hrx,1,0,hinge rotation.x,f,,,0,hinge_rot.x)
     54PROP(hry,1,1024,hinge rotation.y,f,,,0,hinge_rot.y)
     55PROP(hrz,1,1024,hinge rotation.z,f,,,0,hinge_rot.z)
     56PROP(hxn,1,0,hinge x negative limit,f,-6.2832,0,-1.5708,hinge_limit_x[0])
     57PROP(hxp,1,1024,hinge x positive limit,f,0,6.2832,1.5708,hinge_limit_x[1])
     58PROP(hyn,1,0,hinge y negative limit,f,-6.2832,0,-1.5708,hinge_limit_y[0])
     59PROP(hyp,1,1024,hinge y positive limit,f,0,6.2832,1.5708,hinge_limit_y[1])
    5060XPROP(stif,2,0,stiffness,f,0.0,1.0,1.0,stif)
    5161XPROP(rotstif,2,0,rotation stiffness,f,0.0,1.0,1.0,rotstif)
     
    6676PROP(p2,0,1024,`part2 ref#',d,-1,999999,-1,p2_refno)
    6777PROP(sh,1,0,shape,d,0,1,0,shape)
     78PROP(hx,1,0,hinge position.x,f,,,0,hinge_pos.x)
     79PROP(hy,1,1024,hinge position.y,f,,,0,hinge_pos.y)
     80PROP(hz,1,1024,hinge position.z,f,,,0,hinge_pos.z)
     81PROP(hrx,1,0,hinge rotation.x,f,,,0,hinge_rot.x)
     82PROP(hry,1,1024,hinge rotation.y,f,,,0,hinge_rot.y)
     83PROP(hrz,1,1024,hinge rotation.z,f,,,0,hinge_rot.z)
     84PROP(hxn,1,0,hinge x negative limit,f,-6.2832,0,-1.5708,hinge_limit_x[0])
     85PROP(hxp,1,1024,hinge x positive limit,f,0,6.2832,1.5708,hinge_limit_x[1])
     86PROP(hyn,1,0,hinge y negative limit,f,-6.2832,0,-1.5708,hinge_limit_y[0])
     87PROP(hyp,1,1024,hinge y positive limit,f,0,6.2832,1.5708,hinge_limit_y[1])
    6888XPROP(stif,2,0,stiffness,f,0.0,1.0,1.0,stif)
    6989XPROP(rotstif,2,0,rotation stiffness,f,0.0,1.0,1.0,rotstif)
Note: See TracChangeset for help on using the changeset viewer.