Author Topic: Find Semi Major Axis  (Read 3380 times)

0 Members and 1 Guest are viewing this topic.

AARYAN

  • Newt
  • Posts: 72
Find Semi Major Axis
« on: March 10, 2014, 07:14:30 AM »
Hi All,

Please help

Is there a way to know the semi major axis of a selected coordinate system in Autocad Map 3d through AutoLISP or by any other mean.

Any help would be highly appreciable.

Regards

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Find Semi Major Axis
« Reply #1 on: March 11, 2014, 08:06:33 AM »
Be your Best


Michael Farrell
http://primeservicesglobal.com/

Pointdump

  • Mosquito
  • Posts: 19
Re: Find Semi Major Axis
« Reply #2 on: March 12, 2014, 08:58:38 AM »
Michael,

Link doesn't work.

Dave

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Find Semi Major Axis
« Reply #3 on: March 12, 2014, 09:00:44 AM »
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

AARYAN

  • Newt
  • Posts: 72
Re: Find Semi Major Axis
« Reply #4 on: March 13, 2014, 01:39:05 AM »
Thanks for the link Michael.

AARYAN

  • Newt
  • Posts: 72
Re: Find Semi Major Axis
« Reply #5 on: March 14, 2014, 03:30:08 AM »
Hi Michael,

Is it possible to get these details from any Programming language by passing the argument to the function as code in AutoCAD Map 3d itself.

e.g if it is possible from VLISP then it would be something like (FunctionName code) would return (equatorialradius polarradius).

thanks for you help.

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Find Semi Major Axis
« Reply #6 on: March 14, 2014, 01:49:34 PM »
doubtful


what are you trying to do with that information anyway?
Be your Best


Michael Farrell
http://primeservicesglobal.com/

AARYAN

  • Newt
  • Posts: 72
Re: Find Semi Major Axis
« Reply #7 on: March 14, 2014, 03:03:40 PM »
I am trying to create an AutoLisp program which will create geographic grids in model space inside a closed polyline at user interval in deg mins or secs and also the markers on a polyline at user specified geodetic distance etc..

For this I want the user to select the available coordinate systems which I can get from ade_proj* functions,
and when the user selects the coord system I can get the code of the selected system but not the details required such as Equatorial radius and polar radius which are useful for the above said functions.

Thanks

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Find Semi Major Axis
« Reply #8 on: March 14, 2014, 03:54:44 PM »
I'm thinking you may have to flog the internet to get that information and put in a table to use

I would think that adding to it as the need for each different system came around would be practical.
Be your Best


Michael Farrell
http://primeservicesglobal.com/