ccFindSurfaceFacet
ccFindSurfaceFacet(o_surface t_name) =>o_facet/ nil
Description
(Virtuoso Photonics Option) Searches for a facet with the specified name on the specified surface.
Arguments
Value Returned
Example
lfacet = ccCreateFacet(2:0 ?offsets 1:1 ?name "left")
=> cc@0x15a2201f
rfacet = ccRenameFacet(ccTransformFacet(lfacet rot90) "right")
=> cc@0x15a22027
surf = ccCreateSurface(ccCreatePolyCurve(list(lfacet curve rfacet)))
=> cc@0x258af018
ccFindSurfaceFacet(suff "left")
=> cc@0x15a2201f
Related Topics
Curvy Core Shape Object Attribute Query Functions
Return to top