From 7111e137a1a690eee37b862f4326cdfe42466137 Mon Sep 17 00:00:00 2001 From: flachyjoe Date: Mon, 22 Mar 2021 22:25:11 +0100 Subject: [PATCH] format TopoShapeShellPy.xml --- src/Mod/Part/App/TopoShapeShellPy.xml | 76 +++++++++++++++------------ 1 file changed, 42 insertions(+), 34 deletions(-) diff --git a/src/Mod/Part/App/TopoShapeShellPy.xml b/src/Mod/Part/App/TopoShapeShellPy.xml index 4ee57b38ac..e2a9392281 100644 --- a/src/Mod/Part/App/TopoShapeShellPy.xml +++ b/src/Mod/Part/App/TopoShapeShellPy.xml @@ -1,12 +1,12 @@ - @@ -16,22 +16,30 @@ - Add a face to the shell. + Add a face to the shell. +add(face) + - Get free edges as compound. + Get free edges as compound. +getFreeEdges() -> compound + - Get bad edges as compound. + Get bad edges as compound. +getBadEdges() -> compound + - Make a half-space solid by this shell and a reference point. + Make a half-space solid by this shell and a reference point. +makeHalfSpace(point) -> Solid + @@ -51,43 +59,43 @@ absolute Cartesian coordinate system. - Returns the matrix of inertia. It is a symmetrical matrix. -The coefficients of the matrix are the quadratic moments of -inertia. + Returns the matrix of inertia. It is a symmetrical matrix. +The coefficients of the matrix are the quadratic moments of +inertia. - | Ixx Ixy Ixz 0 | - | Ixy Iyy Iyz 0 | - | Ixz Iyz Izz 0 | - | 0 0 0 1 | + | Ixx Ixy Ixz 0 | + | Ixy Iyy Iyz 0 | + | Ixz Iyz Izz 0 | + | 0 0 0 1 | -The moments of inertia are denoted by Ixx, Iyy, Izz. -The products of inertia are denoted by Ixy, Ixz, Iyz. -The matrix of inertia is returned in the central coordinate -system (G, Gx, Gy, Gz) where G is the centre of mass of the -system and Gx, Gy, Gz the directions parallel to the X(1,0,0) -Y(0,1,0) Z(0,0,1) directions of the absolute cartesian +The moments of inertia are denoted by Ixx, Iyy, Izz. +The products of inertia are denoted by Ixy, Ixz, Iyz. +The matrix of inertia is returned in the central coordinate +system (G, Gx, Gy, Gz) where G is the centre of mass of the +system and Gx, Gy, Gz the directions parallel to the X(1,0,0) +Y(0,1,0) Z(0,0,1) directions of the absolute cartesian coordinate system. - Returns Ix, Iy, Iz, the static moments of inertia of the - current system; i.e. the moments of inertia about the + Returns Ix, Iy, Iz, the static moments of inertia of the + current system; i.e. the moments of inertia about the three axes of the Cartesian coordinate system. - Computes the principal properties of inertia of the current system. - There is always a set of axes for which the products - of inertia of a geometric system are equal to 0; i.e. the - matrix of inertia of the system is diagonal. These axes - are the principal axes of inertia. Their origin is - coincident with the center of mass of the system. The - associated moments are called the principal moments of inertia. - This function computes the eigen values and the + Computes the principal properties of inertia of the current system. + There is always a set of axes for which the products + of inertia of a geometric system are equal to 0; i.e. the + matrix of inertia of the system is diagonal. These axes + are the principal axes of inertia. Their origin is + coincident with the center of mass of the system. The + associated moments are called the principal moments of inertia. + This function computes the eigen values and the eigen vectors of the matrix of inertia of the system.