Skip to content
  • Model not updated when entering dimension manually

    CAD Modeling
    4
    1 Votes
    4 Posts
    494 Views
    C

    Hi @bryn , thanks for looking into this. I can reproduce what you write. However, in my case it is a little different because I do press Enter and still it would not update. Unfortunately, I do not know how to reproduce this behaviour in a fresh project. I will hope that the solution to your bug will also fix the bug that I encounter, though.
    Thanks!

  • Evaluate distance along a (curved) line

    CAD Modeling
    1
    1 Votes
    1 Posts
    225 Views
    No one has replied
  • 0 Votes
    1 Posts
    142 Views
    No one has replied
  • Simulation Failed (Memory request)

    Solved Simulations & Solvers
    3
    0 Votes
    3 Posts
    469 Views
    L

    Dear Habib,

    Works!

    Thank you!

  • 7.2 Installation Problem on Windows10

    Installation & Licensing
    3
    0 Votes
    3 Posts
    495 Views
    S

    Thank you so much Erdem. This worked!

  • 0 Votes
    2 Posts
    334 Views
    brynB

    You could use the IXI025 head: https://github.com/ITISFoundation/IXI025

    Or any ViP model...

  • Wireless Power Transfer on Yoon-Sun

    Anatomical Models
    5
    0 Votes
    5 Posts
    543 Views
    brynB

    License issue?

  • Taking geometrical measurements

    Anatomical Models
    8
    0 Votes
    8 Posts
    774 Views
    V

    Thanks a lot. I shall try that now.
    Regards,
    Vignesh

  • Determine distance between bones and Antenna

    Anatomical Models
    1
    0 Votes
    1 Posts
    220 Views
    No one has replied
  • Please need urgent help

    Simulations & Solvers
    2
    0 Votes
    2 Posts
    262 Views
    L

    Hello Rehmanuzair,
    I think the problem is about the system connection
    You have to go to task manager then you find the networking where you connect the system.
    and you will be able to Run.

  • Surface projection tool

    Anatomical Models
    8
    0 Votes
    8 Posts
    678 Views
    V

    Hi, sorry. I still am facing issues.
    Since the antenna was too big for the thigh surface, I used a cuboid around the thigh to project the antenna. But, the projection is stil being deformed on the front and back. I have attached images of the process. I am not sure what is happening?

    b) Also, since the source (edge source for example) cannot be converted to mesh, do the snapping options (like snap to edge midpoint etc) work for meshes or how do we go about it?

    https://www.dropbox.com/s/vcbr606fiqxh4sl/ezgif.com-gif-maker.gif?dl=0

  • I need to draw an ellipsoid

    CAD Modeling
    2
    0 Votes
    2 Posts
    336 Views
    ofliO

    Hi,
    please check the forum entry below:
    https://forum.zmt.swiss/topic/476/move-pallet-missing-in-7-0?_=1669743433381

  • Add antenna to body part

    CAD Modeling
    3
    0 Votes
    3 Posts
    466 Views
    ofliO

    Hi Vignesh,

    Yes, "Surface Projection" tool should help you to place the antenna on a surface of a human body model.

  • Impedance plotting

    Analysis & Postprocessing
    2
    0 Votes
    2 Posts
    341 Views
    ofliO

    Dear @Michael-0

    Please refer to books like Microwave Engineering by Pozar. The impedance matrix is defined as shown in the attached figure (from Pozar) and Z_ii is the input impedance seen looking into port i when all other ports are open-circuited.

    inpedancematrix.png

  • move pallet missing in 7.0

    CAD Modeling
    11
    1 Votes
    11 Posts
    1k Views
    V

    Thanks a lot

  • How to use multiple GPUs for a simulation?

    Simulations & Solvers
    2
    0 Votes
    2 Posts
    289 Views
    M

    Could you paste the whole log?

    If the problem runs in 1 GPU, could you test that?

    Can you try reducing the grid resolution and see if it runs successfully then?

  • Saving cut model

    CAD Modeling
    3
    0 Votes
    3 Posts
    439 Views
    brynB

    Hi Tomasz,

    I don't think the access violation error has anything to do with "protected models". I think this is a bug that should be reported to the support.

    What version of Sim4Life are you using?

    did you cut the "posable" Jeduk, or did you first "Clone As Static" did you cut using the Python API, or in the GUI? if you save the model as .smash or export as .sab/.sat file, is a file written? Can you load it? what other types of entities are in the model? what happens if you copy the model entities and paste them in a different instance of Sim4Life?
  • read output files

    Python API
    3
    0 Votes
    3 Posts
    464 Views
    M

    solved with h5py read :
    import h5py

    with h5py.File(fname,'r') as hdf:
    FieldGroups=hdf['FieldGroups']
    keygroup = list(FieldGroups.keys())
    valField = FieldGroups[keygroup[0]]
    AllFields = valField['AllFields']
    EMPotential = AllFields['EM Potential(x,y,z,f0)']
    EMPotentialObject = EMPotential['_Object']
    AdditionalFieldDataCollection =
    EMPotentialObject['AdditionalFieldDataCollection']
    Snapshots = EMPotentialObject['Snapshots']
    Potential = Snapshots['0']['comp0']

    #(n, m, k, 2) numpy array PotentialData = Potential[()]

    ==========
    this can be plotted
    import pyvista as pv

  • How to export voxel data using python API?

    Python API
    3
    0 Votes
    3 Posts
    619 Views
    M

    @montanaro I've tried it and it worked. Thank you very much!

  • How to simulate a DBS intervention

    Simulations & Solvers
    1
    0 Votes
    1 Posts
    200 Views
    No one has replied