Copied object's facing direction same as the geometry

   1090   2   1
User Avatar
Member
30 posts
Joined: June 2017
Offline
Hi, I want to achieve such effect that:
1. Plans and Sphere are intersect/union each other. Some curves are generated on Sphere from those intersect seams.
2. Copy objects onto these curves.
3. The copied objects facing directions are same as the sphere's faces.

I can achieve 1 and 2, but fail at 3. (The pic red circle is the effect I want)
Attachment is the file.
Could you give me some hints?

Attachments:
copyToCurves_preserveNormal.hiplc (166.0 KB)
targetRef.png (581.7 KB)

User Avatar
Member
475 posts
Joined: July 2005
Offline
Hi,

one way can be transfering the face normal attribute to the curve to construct a new orientation.

Attachments:
copyToCurves_preserveNormal_mod.hipnc (199.2 KB)

User Avatar
Member
30 posts
Joined: June 2017
Offline
Aizatulin
Hi,

one way can be transfering the face normal attribute to the curve to construct a new orientation.

Thank you so much. This is exactly the effect I expect.
  • Quick Links