Skip to main content

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

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


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


Reply