How to extrapolate a point from Brep with specific distance

Hallo dear rhino community,

Maybe is a dumb question, but as beginner I don´t find a fast solution.

I need to extrapolate from one/multiple surfaces (like windows), always a reference point on the central axis, wich is distant X cm (per Example 0.30cm), from the bottom line of the surface.

Is there a way to automatically create this point, insert only the surfaces as input?

Thanks in advance

John R.

this might work for planar surfaces

Hi,

john window BVR re.gh (7.4 KB)

Cheers,
BVR

Ciao @inno,

thanks for your time and solution,

but I have a error with the constructPoint component.

I insert your expression but don´t Work!!! (Expression did not return a valid value)
Can you please share me the GH file?

Greetings

Surface Example
john window BVR re 1.gh (9.3 KB)

Thanks @ajarindia,

this is a very good solution, I just have to be careful that the surfaces are all built in the same way, otherwise it does not match the side of the surface from which to extrapolate the point.

Greetins
John R.

here it is
Extrapolate_mid_point_at_distance.gh (7.1 KB)

in the expression editor, just " x/2 " is needed

1 Like