Fem: Update writer of the constraint rigid body

This commit is contained in:
FEA-eng
2024-03-15 19:12:12 +01:00
committed by Chris Hennes
parent f012e92e33
commit 53b9c0b6e6
6 changed files with 105 additions and 19 deletions

View File

@@ -77,7 +77,7 @@ void ConstraintRigidBody::onChanged(const App::Property* prop)
if (prop == &References) {
std::vector<Base::Vector3d> points;
std::vector<Base::Vector3d> normals;
int scale = 1; // OvG: Enforce use of scale
double scale = 1; // OvG: Enforce use of scale
if (getPoints(points, normals, &scale)) {
Points.setValues(points);
Normals.setValues(normals);