moduleO_ring(id,minor_d,actual_id=0){//! Draw O-ring with specified internal diameter and minor diameter. ```actual_id``` can be used to stretch it around something.
vitamin(str("O_ring(",id,", ",minor_d,"): O-ring nitrile ",id,"mm x ",minor_d,"mm"));
D=actual_id>id?actual_id:id;// allow it to be stretched
//
// assume volume conserved when stretched. It is proportional to major diameter and square of minor diameter