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

dbGetShapeTrimFillType

dbGetShapeTrimFillType (
d_shapeId
) 
=> t_trimFillType / nil

Description

Returns the trim fill type for the specified trim shape.

Arguments

d_shapeId

Database ID of a shape.

Value Returned

t_trimFillType

Fill type for the trim shape.

Valid values: notTrim, bridgeMetal, SADPFillPatch, gapFill

nil

Returned in case of failure.

Examples

Returns that the fill type for the trim shape s1 is notTrim.

s1 = dbCreateRect(cv "M1" list(0:0 1:1))
dbGetShapeTrimFillType(s1)
=> "notTrim"

Related Topics

Trim Functions


Return to top
 ⠀
X