Get radius of arc with Microstation Basic?

  • Thread starter Thread starter Jason Recliner
  • Start date Start date
J

Jason Recliner

Does anyone know how to get the radius of an arc using Microstation
Basic?
The closest commands i found were MbeElement.topRadius and
MbeElement.bottomRadius, but these are only for Cones.
 
MbeElement.primaryAxis

Description:
The MbeElement.primaryAxis read/write Double property retrieves or sets the
primary axis of the MBE_Arc or ....
 
oh yeah...that one

thanks



Dave Preston said:
MbeElement.primaryAxis

Description:
The MbeElement.primaryAxis read/write Double property retrieves or sets the
primary axis of the MBE_Arc or ....
 
Back
Top