Closed Timothee-Leblond closed 9 months ago
There isn't a built-in relative-equivalent of fc.Point() but I've created a couple of functions that return an fc.Point object when you define a point in relative terms:
This function allows you to define X Y Z values relative to a point you provide to the function:
This function allows you to define X Y Z values very concisely with P(x,y,z) for an absolute point and R(x,y,z) for a relative point
Hi,
Would you know how to switch between absolute/relative positioning on FullControl?
Thank you,