.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Plant 3D get pipe line path

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
p.serek
503 Views, 2 Replies

Plant 3D get pipe line path

Hi,

 

I want to get coordinates of a pipe line path (this red line on image).

plant line path.png

 

I'd like to know where each segment begins and ends or at least order in which they are placed and length, then I can figure out the coordinates of bends and where each segment ends (I hope so). Is there any property other than position of port to know where each pipe lies?

 

Greetings,

Przemek

Labels (2)
2 REPLIES 2
Message 2 of 3
jabowabo
in reply to: p.serek

Pipe objects have StartPoint and EndPoint properties:

Pipe pipe = (Pipe)tr.GetObject(objId, OpenMode.ForRead);
Point3d start = pipe.StartPoint;
Point3d end = pipe.EndPoint;

 

Message 3 of 3
DVaquand
in reply to: p.serek

Hello

 

Although it is not written in DotNet, maybe this program and information will give you access to your wishes.


here is the link

"Create axes on pipe lines"

"Créer des axes sur des conduites de tuyauteries"
https://dovaq.fr/applications/

 

== French ==

Bonjour

Bien que cela ne soit pas écrit en DotNet, peut-être que ce programme et ces informations vous permettront d'accéder à vos souhaits.


Voici le lien

"Créer des axes sur des conduites de tuyauteries"
https://dovaq.fr/applications/

 

Cordialement
Dominique VAQUAND
www.dovaq.fr

Cette publication vous a-t-elle été utile ? N’hésitez pas à attribuer la mention J’aime à cette publication.
Avez-vous obtenu la réponse à votre question ? Cliquez ensuite sur le bouton ACCEPTER LA SOLUTION.

EESignature

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Forma Design Contest


AutoCAD Beta