Share

acdbWcs2Ucs

C++

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

File

dbxutil.h

Description

This function translates the point p from WCS coordinates into UCS 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?