Skip to main content
Question

Freature with 2 vertex need to built line

  • November 1, 2023
  • 2 replies
  • 4 views

abdullah83
Contributor
Forum|alt.badge.img+5

Hi i have feature with 2 vertex (represent pipe line). How to built line from this 2vertex?

2 replies

takashi
Celebrity
  • November 1, 2023

Hi @abdullah83​ ,

I would use two FeatureMergers and two VerstexCreators sequentially.

  1. FeatureMerger: Merge coordinates of start chamber element to pipe segment.
  2. FeatureMerger: Merge coordinates of end chamber element to pipe segment.
  3. VertexCreator (Mode: Replace with Point): Create start point.
  4. VertexCreater (Mode: Add Piont): Add end point.

See also the attached screenshot to learn more.form-line-with-two-vertexcreaters


abdullah83
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • November 2, 2023

Hi @abdullah83​ ,

I would use two FeatureMergers and two VerstexCreators sequentially.

  1. FeatureMerger: Merge coordinates of start chamber element to pipe segment.
  2. FeatureMerger: Merge coordinates of end chamber element to pipe segment.
  3. VertexCreator (Mode: Replace with Point): Create start point.
  4. VertexCreater (Mode: Add Piont): Add end point.

See also the attached screenshot to learn more.form-line-with-two-vertexcreaters

Tqvm sir.. Its Work.... nice to meet you... tqvm