Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbIsCurved

dbIsCurved(
d_shapeId
)
=> t / nil

Description

(Virtuoso MultiTech Framework) Checks whether the specified shape is a curved shape.

Arguments

d_shapeId

Database ID of a shape.

Return value:

t

The specified shape is a curved shape.

nil

The specified shape is not a curved shape.

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

License Requirements of Virtuoso RF Solution

Database Access Function Argument Types


Return to top
 ⠀
X