Hello,
I have a NURBS curve and I want to grab the before and after CVs depending on the provided curve u value. Anyone got any ideas how I could do this?
Thanks
Get the 2 CVs from a curveu on a NURBS curve.
279 4 2- JohnDoe777
- Member
- 38 posts
- Joined: Dec. 2014
- Offline
- antc
- Member
- 341 posts
- Joined: Nov. 2013
- Offline
- JohnDoe777
- Member
- 38 posts
- Joined: Dec. 2014
- Offline
- tamte
- Member
- 8853 posts
- Joined: July 2007
- Offline
- antc
- Member
- 341 posts
- Joined: Nov. 2013
- Offline
I'm not sure how the curve sop does things, but to insert at a particular u position and have the CV's update you might be able to use the carve sop verb. Something like
EDIT: refine verb is probably a better choice to add a break point.
carve_verb = hou.sopNodeTypeCategory().nodeVerb("carve") carve_verb.setParms({'domainu1': u_value, 'keepout': 1}) carve_verb.execute(geometry, [input_geometry])
EDIT: refine verb is probably a better choice to add a break point.
Edited by antc - today 17:07:56
-
- Quick Links