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

ccGetPathBoundary

ccGetPathBoundary(
o_path
)
=> o_boundary / nil

Description

(Virtuoso Photonics Option) Returns the ccBoundary object of the specified ccPath.

Arguments

o_path

ID of a ccPath object.

Value Returned

o_boundary

ID of a ccBoundary object.

nil

An error occurred.

Example

ccGetPathBoundary(ccConvertIntoCurvy(dbCreatePathSeg(cv "waveguide" -1:-1 0.5:0.5 1 "truncate" "truncate")))
=> cc@0x15a2201f

Related Topics

Curvy Core Shape Object Attribute Query Functions


Return to top
 ⠀
X