patmo141 / odc_public

Addon for Blender meant to streamline dental CAD and design workflows
98 stars 43 forks source link

Occlusion with Set Teeth on Curve #40

Open patmo141 opened 7 years ago

patmo141 commented 7 years ago

The operator Set Teeth on Curve currently re-scales the upper and lower arches to be exactly the same length, which in clinical reality is not the case. To better be able to simulate real/harmonious occlusal schemes, a smarter calculation will be better.

TOP: DESIRED BEHAVIOR BOTTOM: CURRENT BEHAVIOR

image

Guisan commented 7 years ago

Very good! Is it also possible to tilt the incisal zone of the canines and the incisors toward the vestibule? screenshot 70

patmo141 commented 7 years ago

yes but that will have to come from the design of the tooth library. I will post more information on Wiki once I have it all sorted out. Marcos Graf has been working on adjusting the tooth library so that the tip and torque are stored in the local coordinates of the tooth.

patmo141 commented 7 years ago

image

One problem is that the bounding box width does not represent the width of the tooth along the curve, especially on the lingual contacts of the upper anteriors.

patmo141 commented 7 years ago

image

This method works better by taking a cross section at the occlusal point and using that to measure

patmo141 commented 7 years ago

test_1