LayerWCtoCMΒΆ

LayerWCtoCM returns centimeter coordinates for the given world coordinates.

rmXY = LayerWCtoCM(hLayer, rvX, rvY)

Return Value

rmXY is a matrix with two columns. The first column are the x-coordinates and the second the y-coordinates in centimeters.

Parameters

hLayer

Identifies the layer.

rvX

rvX is a vector with word coordinates (diagram coordinates x-axis).

rvY

rvY is a vector with word coordinates (diagram coordinates y-axis).

id-1735997