dbIsCurved
dbIsCurved(
d_shapeId
)
=> t / nil
Description
(Virtuoso MultiTech Framework) Checks whether the specified shape is a curved shape.
Arguments
Example
cp2 = list(list(0 0) list(200 0) list(200 200) list(100 200 "arc" "ccw") list(0 200))
=> ((0 0)
(200 0)
(200 200)
(100 200 "arc" "ccw")
(0 200)
)
poly = dbCreateCurvedPolygon(cvId lpp cp2)
=> t
dbIsCurved(poly)
=> t
Confirms that the specified shape poly is a curved shape.
Related Topics
Database Access Function Argument Types
Return to top