How accurately Simscape Multibody calculates volume of a complex custom cad file solid?
조회 수: 3 (최근 30일)
이전 댓글 표시
I have a very complex cad file solid in STEP format. If i calculate the inertial properties of the solid from its geometry by providing custom mass, how accurately it calculates volume of the solid to find out density and other inertial properties like MoI, PoI, CoM?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/363784/image.png)
댓글 수: 0
답변 (1개)
Ameer Hamza
2020년 9월 21일
It appears that MATLAB documentation does not give details about the process of calculating these values from geometry. However, it mentions that if the information is available in the input file itself, then it will directly use those values: https://www.mathworks.com/help/physmod/sm/ref/filesolid.html
댓글 수: 2
Ameer Hamza
2020년 9월 22일
I think in that case, you might need to compute the values with some other benchmark software and compare the values with what MATLAB calculates. That will give some idea about the accuracy. MATLAB documentation does not seem to provide any detail about the calculation process.
참고 항목
카테고리
Help Center 및 File Exchange에서 Bodies에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!