MoI discussion forum
MoI discussion forum

Full Version: Bulls Horn

From: Lara (MALA)
25 May   [#1]
Hi, I need to generate bull horns as a base model for a project. But I can’t seem to find any suitable formats to import into MOI3d. And my attempts to generate a spline in C4D and export it to MOI are failing for now. I thought you could export such a spline as an .ai file from Cinema—but I’m completely stuck. How would you import the horns of this bull into MOI?
Best regards
Mala

Attachments:
free Bull.stl


From: Frenchy Pilou (PILOU)
25 May   [#2] In reply to [#1]
Maybe you can try the OBJ format if your object is a pure quadrangles subdivision !
Maybe also decimate...before!

Direct conversion by the native SubD / Creat from File don't work for this case!
or by Import OBJ (by max Smirnov)
and you will have exact quadrangles to nurbs conversion following a %

With the original i am affraid that you can't make something with a such file! :)
here the importOBJ


3dm = 160 megs
zipp = 15 Meg https://moiscript.weebly.com/uploads/3/9/3/8/3938813/bull.zip
From: Lara (MALA)
25 May   [#3] In reply to [#2]
Thanks a lot FP,
a first step. I try to moi-model a horn.
From: Lara (MALA)
25 May   [#4]
It's a start.
I think I should create the sweep using multiple profiles, not just one. What do you think?





Image Attachments:
BULL .png  HORN.png 


From: Phiro
25 May   [#5]
You could use this process :

Extract profiles selecting each segment of each profile.
Those profiles will be closed curves and polylines
apply A rebuild or reconstructcurve to have closed curves with only 1 segment. (A smooth version of your profiles)
Use a point for the last segment to have a pointed surface

Use all profiles and the last point to loft a clean surface.


Image Attachments:
bull_horn.png 


From: pafurijaz
25 May   [#6]
Hey, the model is triangulated because the STL format is for 3D printing, I think.
So I imported the model into Blender, went into edit mode, selected all the vertices, and used the Alt+J shortcut to turn the triangles into quads.
Now you can import the model using the SubD command in Moi3D and recreate the horns more easily. I’m attaching the obj model.

There are still some triangulated small zones, but is almost quad now





Greetings

Attachments:
Bull.mtl
Bull.obj

Image Attachments:
bull_01.jpg  bull_02.jpg 


From: Lara (MALA)
26 May   [#7] In reply to [#5]
Hello Phiro,
Thanks!
“A rebuild” or “reconstructcurve” don't seem to do anything for me. But maybe I'm not selecting the right lines. Or do I need to install a script first? Because otherwise, I'd have to click on every single line segment one by one.
From: Lara (MALA)
26 May   [#8] In reply to [#6]
Hi Paf,
Thank you so much for your great dedication and for helping me with this. I'll try Phiro's approach first, and if I get stuck, I'll try yours.
From: Lara (MALA)
26 May   [#9]
ok - ready. Thank you very much!


Image Attachments:
HORN_.png