put poi
put poi(p) line(p1,p2,p3,...)
Returns (q1,k1,q2,k2,...) with:
qi = projection of point (x,y,z) on the segment [pi,pi+1]
ki as qi = pi + ki * (pi+1 - pi)
put vertex
put vertex(s) vol(id)
Returns the coefficient of put vertex for vertex s of volume id
put vertex(s) vol(id)=p
Changes this coefficient.
Note:
For command pull vertex(s) vol(id), vertices s
of volume id with coefficient of put vertex not null will be fixed.
put vol
put vol(id1,id2)
Puts volume id1 on volume id2 in the direction OY (down)
and returns the number of the contact vertex of volume id1 with the volume id2..
put(dx,dy,dz) vol(id1,id2)
Puts volume id1 on volume id2 in the direction dx,dy,dz
put abs vol(id1,id2)
Puts volume id1 on volume id2 along the vertical (non-oreinted).
put(dx,dy,dz) vol(id1,id2)
Puts volume id1 on volume id2 along the starigt line (non-oriented)
carried by the vector (dx,dy,dz).