The SKEY for a threaded connection (WELD) is set to SC automatically

The SKEY for a threaded connection (WELD) is set to SC automatically

Anonymous
Not applicable
1,537 Views
1 Reply
Message 1 of 2

The SKEY for a threaded connection (WELD) is set to SC automatically

Anonymous
Not applicable

We are using IsoGen to generate isometrics. 

We are using Plant3D to create the piping and when done, we generate a PCF from it. 

Somehow Plant3D is assigning an SKEY with a value SC to screwed/threaded connections automatically.

Isogen does not support welds with a SC skey.....  It will generate an error.

 

Now you might think: that is a isogen issue.

Somewhere in Plant3D there has to be a setting where these connections automatically get this SC value.

I checked and changed the IsoSkeyAcadBlockMap.xml file where there is a line which suggests that threaded connections have a 'SC' skey:

 

<EndTypeMap SKEY = "SC" AcadBlock ="Thread"/>

 

changing this value will not change the PCF that is generated. This file is probably used for the ISO generation in Plant3D.

 

Hence my question: where can I change the weld skey for threaded connections in Plant3D?

 

0 Likes
Accepted solutions (1)
1,538 Views
1 Reply
Reply (1)
Message 2 of 2

jabowabo
Mentor
Mentor
Accepted solution

The IsoSkeyAcadBlockMap.xml file uses the PCF after it's created so it's no help to your problem. As far as I can tell, the connector SKEYs are hard-coded. You might consider modifying the PCF after it's dropped - this is something I've done for pre-processing before sending to a fabricator's SpoolGen software. There are a few third party softwares out there or you could try coding your own.

0 Likes