Scapula Predict
Project description
Scapula Predict
这是一个用于RTSA术式术前辅助设计的包。
它提供了关节盂平面确定、入钉位置计算两个功能。
这两个功能通过如下步骤实现:
- 读入3D模型文件。
import scapula_predict
s = scapula_predict.scapula('2.ply')
- 选择关节盂平面并计算圆心。
s.select_points()
s.computer_circle()
- 将圆心移动至O点,并计算平面法向量。
s.move_center_to_O()
s.find_vector()
- 计算最合适的钉子位置
s.find_nail()
print (s.location)
- 计算导板面的模式
s.find_guide()
我们同时提供了一个模型可视化的代码,它通过传递一个包含需要可视化模型的列表实现。
s.show([s.mesh, s.cylinder, s.guide_mesh])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
scapula_predict-0.0.7.tar.gz
(5.8 kB
view details)
Built Distribution
File details
Details for the file scapula_predict-0.0.7.tar.gz
.
File metadata
- Download URL: scapula_predict-0.0.7.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1350b00cd91aa34c588f7f15c0a003cdecccce52d55daadf4ec62be5c42638ac |
|
MD5 | 1a9f1956500798944c99a27d59435125 |
|
BLAKE2b-256 | aecbbeefa845e40ae42105ec08c1d86366365469c2f9e82547c7c85b4fb34515 |
File details
Details for the file scapula_predict-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: scapula_predict-0.0.7-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b9c1f521d6a219ce7fee4e2fe3e9d8afc6378091325334874ba17ddac658ffe |
|
MD5 | 6728f88142d80b01c1657117cf089ac8 |
|
BLAKE2b-256 | 84b2b80f8b6ae4675a486c4e5412a0dc1d7573be49d62a50b0dc005d7e0bc781 |