Community
Need to create pipe programmatically with C#.
Also converting from solid 3d is also fine.
Solved! Go to Solution.
Solved by quan_hm. Go to Solution.
Check this code and also the project attached
Pipe pipeEntity_Pipe1 = CreatePipe();
// Set part entity position PIPE1
pipeEntity_Pipe1.StartPoint = nextPartPos;
pipeEntity_Pipe1.EndPoint = nextPartPos.Add(new Vector3d(60, 0, 0));
pipeEntity_Pipe1.OuterDiameter = (double)specPart_Pipe1.PropValue("MatchingPipeOd");
Can't find what you're looking for? Ask the community or share your knowledge.