offset2
offset + remove cutting loops: works in most cases, still have issues defining regions
remove curve loop
While maya offsetcurve has function for cutting loop, it doesn’t work with degree 1 curves. My previous attempt has problems determining which loop to discard, now resolved by looking at…
basic 2d delaunlay trianglulation
basic 2d study of delaunlay trianglulation in maya with python to understand how to construct and manipulate them. There might be some advantage of having everything within the script if…
line-plane intersection
Mode of line-plane intersection Implemation of some basic geometry query function in python Maya
closest point on curve
Closest point on “line/curve/arccurve” in sketchup While in maya there are some easy API call to obtain the closest point on curves it is not the case in sketchup. All…
vector intersection
reference for an implemenation (2nd) of 2d vector intersect function in maya with direction detection based on the following check if line intersect or not http://www.bryceboe.com/2006/10/23/line-segment-intersection-algorithm/ obatin actual intersection point…