Cynthia Desgagné

CynthiaDesgagne

About Me

Connect

LOCATION
St-Jean-sur-Richelieu, Canada
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Wrong Dimensions Using Oriented Bound Box to create a grid 2026年5月27日10:24

tamte
bbox() function gives you axis aligned bbox of the geo, it doesn't matter that the geo is the result of fitting oriented bounding box to other geo

you can however output Radii Attribute from your Bounds SOP to get the XYZ half size values for the fitted oriented bbox

Thank you Tomas, I added an Attribute Wrangle to manipulate the Radii attribute (creating attributes "height" and "width" since I can't assume X is always the width) and refer to this node when creating the Grid.

Wrong Dimensions Using Oriented Bound Box to create a grid 2026年5月26日20:52

I'm trying to create a grid that will match the dimensions (and later the orientation) of an angled primitive (a quad not aligned on any of the three axes). In the Grid node, I used expressions to get the bounding box dimensions (with Oriented Bounding Box checked). D_XSize works perfectly. D_YSize and D_ZSize are both too short, but neither of them is 0, which I would expect considering the result of the Oriented Bounding Box.

Maybe I'm making things too hard for myself, but I'm curious about what's going on here.

Created points are not in proper order 2025年8月12日12:01

Thank you animatrix_, the Sort Node makes a lot of sense. Looking at the documentation, I'll use sort "by attribute" with the distance between the point and the first point. It should now always be perfect.