Share

AcDb2dPolyline::vertexPosition

C++

AcGePoint3d vertexPosition(
    const AcDb2dVertex& vert
) const;

Description

This function returns the WCS coordinate position value of vert. This function uses the X and Y coordinates from the vertex along with the Z coordinate from the polyline and applies the polyline's OCS-to-WCS transformation to produce the WCS position value. This function will work with vertex objects that are not owned by the polyline. The position returned will be as though the vertex was owned by the polyline.

Parameters

Parameters Description
vert Input vertex object to get the WCS coordinate for

Links

AcDb2dPolyline

Was this information helpful?