SOPSOLVER GLUE Relationship VEX

2018. 7. 27. 22:04Study/Houdini_Skill

sopsolver 부분에 glue



외우기

1
2
3
4
5
6
7
f@forcept = nearpoint(1,@P);
f@force = point(1"force", @forcept);
f@mag = length(@force);
 
if(@mag > @breakforce){
    removeprim(0, @primnum, 1);
    }
cs




'Study > Houdini_Skill' 카테고리의 다른 글

Center  (0) 2018.07.30
Proxy_UPRES  (0) 2018.07.27
cluster를 이용한 glue constraint  (0) 2018.07.27
Constraint_name & type  (0) 2018.07.19
Cluster_Convex_hull  (0) 2018.07.19