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

ccTransformFacet

ccTransformFacet(
o_facet
l_transform
) 
=> o_facet2 | nil

Description

(Virtuoso Photonics Option) Returns a transformed copy of the given ccFacet object.

Arguments

o_facet

ID of a ccFacet object.

l_transform

((n_offsetX n_offsetY) n_angle)

A transformation object specified by an offset specified by n_offsetX and n_offsetY and a rotation angle n_angle around (0,0).

Value Returned

o_facet2

ID of the transformed ccFacet object.

nil

The operation failed.

Example

ccTransformFacet(lfacet list(0:0 90))
=> cc@0x15a2201f

Related Topics

Curvy Core Transformations Functions


Return to top
 ⠀
X