I find it crazy that internally Sketchup keeps track of radii and such but displays them as tessellated or segmented lines. How hard can it be? I have been using vector graphic design programs for 30 years and have yet to see a circle defined as segments.
Thread from Aug 2018 - there is some useful info there.
NURBS are mathematically accurate surfaces, but are harder to create intricate models with. NURBS and polygons both have their pros and cons.
From what I understand, itās impossible to convert a poly-mesh into a NURBS mesh, so the 3D Warehouse would be useless if SketchUp converted to NURBS. If it was easy, Iām sure SketchUp wouldāve solved the problem already. From what Iāve read,
I agree that vector-esque curves would be amazing though. At least the polygons are vectors, rather than voxels or something.
Ideally, Iād like SketchUp to combine the upsides of NURBS and polygons into a single tool, rather than making a NURBS toolset and a polygon toolset. The circle tool should make a real circle and you should be able to make the model model as complex & artistic as you want. But that might require some genius-level innovation because there might be nothing like that available yet⦠If NURBS software is complex to make, just imagine how complex itād be to innovate a new type of 3D modeling software.
FormZ looks cool! I checked out their website and their gallery even has characters and stuff with smooth surfaces. Wow!
FormZ came out of bonzai which was around at the inception of sketchup. It really is sketchup on steroids. With FormZ you essentially have sketchup with all the extensions and plugins functioanlity but made by the company as a unified toolset. It has animation and its own version of Layout too.
Quite honestly I would rather use it but its hard to flip from a program that youāve become efficient atā¦even with its limitations.
If you look at the nurbs video - and they have many other tutorials - you can see it as sketchup working with curviloft, etc⦠but its all part of the package.
It also has its own built in renderer, but there are plugins for Thea and V-ray.
just spent 40 minutes looking at FormZ Layout , seems much better resolved than SU Layout ⦠hhhhmmmm
and true curves⦠actually I thought FZ predated SU⦠I thought I was weighing it up against UPFRONT long ago⦠but it was Mac only? or maybe 3 times the cost at the time⦠getting old
FZ seems pretty good, just maybe a small user base
Yes, itās hard to know why one product takes off and another doesnātā¦maybe itās price?
I donāt know what the market share is between the two, but itās odd that FormZ isnāt ahead given that it has so much more functionality natively built in than Sketchup.
itās possible but requires a NURBS kernel of course:
the circle tool does create a true circle internally (check:export a cirle to DXF (3D version) and open w/ a text editor)⦠which needs to be slabbed to a polygon if processed further e.g. in connection with additional geometry.
Kinda random pick but this shows their version of the follow me toolā¦more options than sketchup and probably could replace āprofile builderā too.
http://www.formz.com/Video/formZ/formz7_ENU/videos_html/Sweep.html
FormZ seems quite similar to SketchUp in many respects.
You could buy FormZ⦠or Trimble could buy FormZ!
Bonsai3D came out of the original FormZ, during SU v7, it was directly targeted at SU Pro users and the Beta was promoted and supported on SketchUcationā¦
there are pages of feedback if you do a searchā¦
as it developed. more and more of the āinnovationsā were added to FormZ and more of FormZās reserved features where added into Bonsai3Dā¦
I know appears to be a cut down version of the familyā¦
formā¢Z jr ,formerly bonzai3d, is a powerful, and intelligent form generating tool to explore design alternatives with advanced surface and solid modeling tools, NURBS creation, components, sun studies, and presentations. RenderZone is available for formā¢Z jr .
john
Iāve always had the pro version which comes packed with the functionality we can only get in sketchup with extensions. Do you think its shortcoming is that it ācannotā have custom extensions written for it? - if indeed it canāt. If someone new were to come to a software choice between the two what would you say the pros and cons are?
There seems to be a way to do 3rd party plugins with Form Z I just donāt think that there are many of them.
https://forums.formz.com/forum/5-formā¢z-lab-plugins-and-scripts/
Interesting, I didnt know that
Nor did I until I got a copy of Form Z and started lurking on their user forums. Form Z has been around a while. Back in the early 2000ās I worked with a guy at a ācertain doughnut corporationā. He and I were the 2 store planners and he used Form Z. Back then it either didnāt have a 2D layout function or was pretty basic. So Iād take his conceptual designs from FZ in AutoCAD and produce 2D drawings. This was the time I discovered SketchUp, V2, and I havenāt looked back. I do like the current Form Z for what it offers but I am so ingrained into SU that I have to learn how it works. To me itās not as easy as SU but nothing really is.
As far as I remember, the pro version always had layout? but I canāt say for certain. Back in the @last days of sketchup I was looking at what was then Bonzai, which didnt have layout, but I got swayed by a promotion within my own industry to buy Sketchup. I think we all get comfortable with whatās familiar, even if it means dealing with āworkaroundsā, and like yourself Sketchup is my default program, even though I believe FormZ to be better in many ways.
One of the options to make FormZ feel a little more like sketchup is to change the color preferences, Iāve always found the dull beige background a little weird.
Thatās what I recall. I couldnāt quite get into FormZ in the '90s as I was immersed in UpFront at the time and then moved to SketchUp.
Any fans of FormZ might want to check out Alfred Scottās Open Clip initiative.
What is OpenClip
OpenClip is a no-copyrights, no-licenses, royalty-free, nobody-owns-it open standard for implementing vector graphic Copy and Paste using Appleās Cocoa programming tools. Everything you need to implement OpenClip is provided here on this website.
OpenClip works by putting vector graphic objects into an NSDictionary and then putting this on the pasteboard as an OpenClip flavor. Any program that supports OpenClip would then get the NSDictionary from the pasteboard, run through the list of drawing objects and add them to the current drawing.
OpenClip closely follows the Quartz/PDF standard of dealing with drawing objects. The coordinate system is the same as Quartz and all of the terminology will be familiar to any CAD developer. Think of it as āPDF for the rest of usāor at least us CADs.ā
He implemented it so going between PowerCADD and FormZ is nothing more that copy and paste, no DWG or DXF needed. Heās stated the intention to do the same with SketchUp. Heās created it as an open standard, so anyone can jump in and do so, I suppose. Anyone more inclined to programming have any interest?