Share

acdbUcs2Wcs

C++

bool acdbUcs2Wcs(
    ads_point p, 
    ads_point q, 
    bool vec
);

File

dbxutil.h

Description

This function translates the point p from UCS coordinates into WCS coordinates and fills q in with the translated value. If vec is true, then p is treated as a vector for translation rather than as a point.

Returns true if successful and false if not.

Parameters

Parameters Description
p Input point or vector to be translated
q Output translated point or vector
vec Input Boolean indicating if p is to be treated as a vector

Was this information helpful?