I want to offset in X and Y direction but i can’t

hello, i want to offset a surface in X and Y direction instead of Z. by default every offset i make is in Z direction. how can i change this ?

Hi @UMUT_ŞEN ,

You can add the unit vectors together to get a simultaneous XY direction.

Graph Space:

Model Space:

20230904_Offset_Surface_XY_Direction_01a.gh (7.6 KB)

Let me know if you have any questions,

Thanks!

1 Like

this is what i tried, but these commands still offset in Z for me

Keep in mind that your offset direction would mean to be your surface’s normal direction.
You’d be better to make sure that actually what you want is “move” instead of “offset”…

1 Like

As @HS_Kim pointed out the logic would be based on your surface normal.

Here’s an option to offset based on surface normal:

Graph Space:

Model Space:

20230904_Offset_Surface_Normal_Direction_01a.gh (12.1 KB)

EDIT: If you are having issues please upload your surfaces in question as a .gh file with internalized input geometry. Thanks!

1 Like

bölümlendirme.gh (7.9 KB)
i want to offset the top of the roof a certain distance in X and Y direction. In the photo i show you what i mean by “top”

i want to “offset” the selected green surface in such a way in X and Y direciton that it fits on top of selected green points perfectly. Left corner of first rectangle should fit the first point. for a specific reason it cannot be done by move, has to be offset

Hi @UMUT_ŞEN ,

Please see my response at your related post over here:

Thanks!