Query: instanceface
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
INSTANCEFACE(3) MBK PHYSICAL UTILITY FUNCTIONS INSTANCEFACE(3)NAMEinstanceface - returns the face of a connector in a placed instanceORIGINThis software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.frSYNOPSYS#include "mph403.h" void *instanceface(modelface, symmetry) char modelface, symmetry;PARAMETERSmodelface Face of a connector in its figure. symmetry Geometrical operation applied to the instanciation of the figure.DESCRIPTIONinstanceface determines the orientation of a connector in an instance of its model.EXAMPLE#include "mph403.h" char channelFace(channelDir, i, c) char channelDir; phins_list *i; phcon_list *c; { if (channelDir == VER) switch (instanceface(c->ORIENT, i->TRANSF)) { case EAST : return WEST; case WEST : return EAST; default : return instanceface(c->ORIENT, i->TRANSF); } else switch (instanceface(c->ORIENT, i->TRANSF)) { case NORTH : return SOUTH; case SOUTH : return NORTH; default : return instanceface(c->ORIENT, i->TRANSF); } }SEE ALSOmbk(1), phcon(3), phfig(3), phins(3).BUG REPORTThis tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools.ASIM/LIP6 October 1, 1997 INSTANCEFACE(3)
Related Man Pages |
---|
getphcon(3) - debian |
getphcon(3) - suse |
getphcon(3) - x11r4 |
delphcon(3) - centos |
delphcon(3) - sunos |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Introduction |
A (ksh) Library For and From UNIX.com |
New UNIX and Linux History Sections |