Bound SOP

   4566   3   0
User Avatar
Member
1104 posts
Joined: Aug. 2008
Offline
Hello all!

I would like to get the “Size” information from a Bound SOP and use it in a uvtransform SOP so im sure there is some command I can use similar to ..hmm…this..

Point(“../bound1”, $Something, “Size”, 0)

Any clues ?
/M

Personal Houdini test videos, http://vimeo.com/magnusl3d/ [vimeo.com]
User Avatar
Member
678 posts
Joined: July 2005
Offline
Can't you just use $SIZEX, $SIZEY, $SIZEZ variables that gives you size of BoundingBox of geometry ?
http://www.sidefx.com/docs/houdini10.0/nodes/sop/standardvariables [sidefx.com]
User Avatar
Member
8573 posts
Joined: July 2007
Online
what you need is bbox() expression

you don't need Bound SOP for it

just use bbox(“../anySOP”, D_YSIZE)
or any of D_XMIN, D_YMIN, D_ZMIN, D_XMAX, D_YMAX, D_ZMAX, D_XSIZE, D_YSIZE, D_ZSIZE
Tomas Slancik
FX Supervisor
Method Studios, NY
User Avatar
Member
1104 posts
Joined: Aug. 2008
Offline
@Swann_, Great didnt know about $SIZEX (well I did but forgot does that count?) here I was typing $SX and going like…why why whyyy !?

@Tamte, this I did know at all, great solution !

Thank you both for quick and good answers !
/M

Personal Houdini test videos, http://vimeo.com/magnusl3d/ [vimeo.com]
  • Quick Links