https://www.sidefx.com/docs/houdini/vex/functions/pcsegment.html [www.sidefx.com]
int [] pcsegment(<geometry>geometry, string PChannel, vector P0, vector P1, float max_distance, int maxpoints)
I thought it just collects points around the line between P0 and P1 vectors but the most of the case, it collects points only around either P0 or P1. I found it works expectedly only when the angle between vector ((0,0,0) to P0) and vector (P0 to P1) is close to 90 degrees.
I am just curious if it is the correct behavior or bug.
h18.0.287. Linux Mint.
Thanks,
Ryoji