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: 

Subassembly Conmposer Superelevation

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
sebastien.cherrier
515 Views, 2 Replies

Subassembly Conmposer Superelevation

Hi Everybody,

 

I try to understand how to use the superelevation. I read that I have to enter this command:

if((Side=Left)AND(SE.HasLeftLO), SE.LeftLO,
if((Side=Right)AND(SE.HasRightLO), SE.RightLO,
CType(slope,Double)))

 

but I don't know where, and I just want to create a simple assembly with a slope and delta X and having a lane outside superelevation for the both side.

 

If someone have an example I can see what I have to do for creating what I want.

 

Thank you very much to helping me

2 REPLIES 2
Message 2 of 3

To use the equation:

 

Set side to Left or Right (not None)

 

Make an Input Parameter that is named "Slope", and type Grade or Slope. This will be your default slope if there is no superelevation. 

 

Make an Input Parameter that is named "Width" and type Double. 

 

P1 at Origin

 

P2 & L1, "Slope and Delta X" from P1 Slope=if((Side=Left)AND(SE.HasLeftLO), SE.LeftLO,
if((Side=Right)AND(SE.HasRightLO), SE.RightLO,
CType(slope,Double))), DeltaX=Width, assign Point Code and Link Code.

 

 



Kati Mercier, P.E. | LinkedIn | AutoCAD Civil 3D Certified Professional
Pronouns: She/Her
Co-author of "Mastering AutoCAD Civil 3D 2013"
AU2019 Speaker::: CES321590: Analyze and Revise Existing Subassembly Composer PKT Files for AutoCAD Civil 3D
AU2017 Speaker::: CI125544: Analyze and Devise in Subassembly Composer
AU2012 Speaker::: CI3001: Reverse Engineering with Subassembly Composer for AutoCAD Civil 3D
AU2011 Speaker::: CI4252: Create Subassemblies That Think Outside the Box With Subassembly Composer for AutoCAD® Civil 3D®

Message 3 of 3

Thank you very much, it's working right now. I think that it was because I use also a superelevation in the target elevation and that is override my command.

Just another question, Those I have to create a superelevation parameter?

 

Thank you again!

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

Post to forums  

Rail Community


 

Autodesk Design & Make Report