SbProj4ProjectionToGeodetic Method |
Transform the given coordinates from Geocentric coordinate system to Geodetic coordinate system .
Namespace: OIV.Inventor.ProjectionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void ToGeodetic(
out SbVec3f point
)
Public Sub ToGeodetic (
<OutAttribute> ByRef point As SbVec3f
)
public:
void ToGeodetic(
[OutAttribute] SbVec3f% point
)
member ToGeodetic :
point : SbVec3f byref -> unit
Parameters
- point
- Type: OIV.InventorSbVec3f
Remarks See Also