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

vcedit?

4 REPLIES 4
SOLVED
Reply
Message 1 of 5
Prostang
758 Views, 4 Replies

vcedit?

Where can I get information on what contents are in http://www.autodesk.com/land/civil/vcedit

This is a reference in the xsl reporting in Civil 3D and is referenced over and over.  I am attempting to include PI's in the Alignment and Curve report.

Thanks in advance.

Mike Madrid
Owner, MJM Consulting
4 REPLIES 4
Message 2 of 5
Partha.Sarkar
in reply to: Prostang

Hi,

 

This links seems to be not working.

Where did you see the reference of this link ?

 

Thanks,

 



Partha Sarkar
Developer Technical Services
Autodesk Developer Network

Message 3 of 5
Prostang
in reply to: Partha.Sarkar

So I figured out that the reference is an xml namespace.  Crazy definition here.

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
	xmlns:lx="http://www.landxml.org/schema/LandXML-1.2"
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
	xmlns:msxsl="urn:schemas-microsoft-com:xslt"
	xmlns:landUtils="http://www.autodesk.com/land/civil/vcedit"
	xmlns:lxml="urn:lx_utils">

 So the xsl sheets make calls such as:

<xsl:value-of select="landUtils:FormatStation(string($startStation), string($Alignment.Station.Display), string($Alignment.Station.precision), string($Alignment.Station.rounding))"/>

 The biggest problem I have right now is the XML document seems to be created and deleted in an unknown temporary location.  I don't know what data is being delivered with the XML doc and how to reference it. 

 

I am attempting to add in the horizontal curve PI to the Alignment Station and Curve report.

Mike Madrid
Owner, MJM Consulting
Message 4 of 5

Yep, if you don't have a strong javascript/XLS creation background it can be difficult to navigate the files. Last time I looked into a IDE environment I couldn't get it to load and wasn't able to find the IDE environment Autodesk used to create them. If we knew it would be potentially easier to navigate and find the information to add since the reports utilize a bunch of files. If you want to know what's in the XML file you can export one out yourself and take a look inside. 

Civil Reminders
http://blog.civil3dreminders.com/
http://www.CivilReminders.com/
Alumni
Message 5 of 5

I have exported the XML and found that the only information for the PI is the Northing and Easting.  I am going to see if I can calculate the station and offset using that data.

 

Thanks.

Mike Madrid
Owner, MJM Consulting

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

Post to forums  

Rail Community


Autodesk Design & Make Report