Hello! I’m very sorry if this problem has already been resolved, but I didn’t manage to find the answer. I need to draw (generate?) a large plane that passes through the three points (markups) as depicted in this photoshopped example:
It’s very easy to define a plane using markups (the linked example shows how to create a sphere based on markups). The question is what to do with it once you have it. Just display the plane, or cut models with it, or use it as a reference for measurements, …?
what I went to do usually in Mimics just to cut a model, define a point or a midline for my model. I think it is important we can extend the plane created by three makeups
Thank you very much for the prompt answer! The code with shpere looks perfect in this situation, except I don’t have enough coding experience to modify it myself. If you could advise me on how to change figure from the spehere to the plane (rectangle?) and define two additional coordinate points from two additional markups (the first coordinate “SetCenter(centerPointCoord)” would work fine, I think?). And how to define the size of the rectangle/square?
This plane would work as a reference for assessing the site of arterial disease in relation to bony markings, i.e. we will set three marks on the bony structures at predefined sites, then generate the plane trough these marks and look at the diseased arterial segment - if it is situated above or below the plane.
Thank you very much for your assistance!
Would something like in the attachement be sufficient ? It’s much simpler to do for locating a diseased artery. Your use case context is yet not clear.
You can clip a model using a slice view’s plane using EasyClip extension.
If you segment the structure using Segment Editor module, then you can use Scissors effect with Slice cut option set to positive or negative. It’ll cut only on one side of the slice where you are drawing at.
Hi and thanks for the code.
I tried it and it’s very usefull to segment just one side of the skull and make the model
Finally what I’d like to obtain is the mirror of this model but when I use the mirror in surface toolbox I can’t choose the mirror plane that I whant (the same than for the segmentation) and this is what I have