Closed AlexJaeger closed 2 years ago
The module creates a single tube from the input points (cell information is ignored, you don't even need to specify cells), therefore what you describe is the intended behavior. If you want to create a model that contains tubes instead of the centerline curve then you can type a few lines of script into the Python console that gets the polydata from the model, sets it as input in a vtkTubeFilter and create a model from the output. See relevant examples in the script repository. If you get stuck you can ask help on the Slicer forum.
Excellent, thanks you Andras for the quick reply.
Hello,
I am encountering an issue when I attempt to generate a Curve model when the Input Node is a Model.
Workflow:
Problem: The endpoints of the generated model connect back to the beginning of the centerline curve (i.e. the trachea) even when the "Curve is a loop" checkbox is left unchecked. This results in the undesirable model shown below:
Attempted fixes:
Thank you