chrishart
chrishart
About Me
Connect
LOCATION
Not Specified
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
how to get at curvature? Oct. 22, 2014, 1:12 p.m.
If I use an Attribute Create node to create “curvature”, it replaces all the values for each point with “0”. The
point(“../object_merge1”, $PT, “curvature”, 0) > 2
expression in the Delete by Expression box in the Delete node selects no points. I think that expression would use $CURVATURE (also does not work), but as with the simpler
$CURVATURE > 2
there's no variable mapped to $CURVATURE despite the Measure node.
Wigal123's solution works.
point(“../object_merge1”, $PT, “curvature”, 0) > 2
expression in the Delete by Expression box in the Delete node selects no points. I think that expression would use $CURVATURE (also does not work), but as with the simpler
$CURVATURE > 2
there's no variable mapped to $CURVATURE despite the Measure node.
Wigal123's solution works.