Kapil

Results 3 issues of Kapil

**The objective** I am trying to import .step file and do the deformation **Already tried tests** from pygem.cad import CADDeformation as CAD CAD.read_shape('PEARLmesh_sharmi v1v5.step')

help wanted

I have a very similar function that gets me matrices and vectors from an external geometry module (here using Python and returns a sample output) for which I plan to...

I am trying to interpolate for the intermediate parameters using the GrassmannInterpolation() method as shown below. ``` parameters = np.linspace(0.1, 5, 6) matrices = give_snapshot(parameters) manifold_projection = SVDProjection(matrices, p="max") projection_kernel...