Community
Civil 3D Forum
Welcome to Autodesk’s Civil 3D Forums. Share your knowledge, ask questions, and explore popular AutoCAD Civil 3D topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Storm & Santary Analysis (SSA) - Part Mapping - on sag/ on grade: C3d to SSA

0 REPLIES 0
Reply
Message 1 of 1
IvanGrebenyuk
383 Views, 0 Replies

Storm & Santary Analysis (SSA) - Part Mapping - on sag/ on grade: C3d to SSA

Does anyone know/ have experience with XML coding of SSA_Mapping_Definition_Civil.xml file to assign different inlet properties during import of pipe network from C3D to SSA. 

I have one part (GUID = "BE7C6F86-58D4-419B-BF71-CE5261D5B768" Desc = "AeccStructRectSlabTopRectFrame_Imperial") if it's on sag I want it to come as Neenah R-3067 to SSA and if it's on grade - Neenah R_3067_L_Type_L from their default catalog. I tried following:

 

SyntaxEditor Code Snippet

<ClassMapping>
    <MatchedPart>
	<Civil3DPart GUID = "BE7C6F86-58D4-419B-BF71-CE5261D5B768" Desc = "AeccStructRectSlabTopRectFrame_Imperial" InletSag = "1" /> 			<!-- 2x3 Curb  - On Sag -->
    </MatchedPart>
   SSAPart Element="Inlet">
	<Inlet PartNumber = "R_3067_L_Type_L"  Manufacturer = "Neenah Foundry" />						
   </SSAPart>
</ClassMapping>
		
<ClassMapping>
	<MatchedPart>
	   <Civil3DPart GUID = "BE7C6F86-58D4-419B-BF71-CE5261D5B768" Desc = "AeccStructRectSlabTopRectFrame_Imperial" InletSag = "0" /> 			<!-- 2x3 Curb  - On Grade -->
	</MatchedPart>
   <SSAPart Element="Inlet">
	<Inlet PartNumber = "R-3067"  Manufacturer = "Neenah Foundry" /> 																										<!--On Grade -->
   </SSAPart>
</ClassMapping>

 But it doesn't work probably because parameter "InletSag" isn't defined in system. Although STM file has a record... 

 

Any help would be greatly appreciated!

 

Also, if its impossible to do - is it possible to set Inlet Location Parameter in CAD to be set "on Sag" instead of "on Grade" by default? 

 

Thank you

0 REPLIES 0

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

Post to forums  

Rail Community


 

Autodesk Design & Make Report