GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GENLIB_OUTLINE.3(October 1, 1997) GENLIB_OUTLINE.3(October 1, 1997)

GENLIB_OUTLINE - build an outline from the current layout cell

#include <genlib.h>
void GENLIB_OUTLINE();

See the file man1/alc_origin.1.

OUTLINE build a black box from a layout. After a call to OUTLINE, the figure has only its abutment box, its connectors, references and feed through.

#include <genlib.h>
main()
{
	/∗ Create a figure to work on  ∗/
	GENLIB_DEF_PHFIG("cell");
	/∗ Place an instance ∗/
	GENLIB_PLACE("model","i1", NOSYM,0L,0L);
	GENLIB_PLACE("model","i2", NOSYM,120L,40L);
	GENLIB_DEF_PHINS("i1");
	GENLIB_PLACE_TOP("model2", "i3", NOSYM);
	/∗ define the new abutment box as the standard envelop ∗/
	GENLIB_DEF_AB(0, 0, 0, 0);
	GENLIB_OUTLINE();
	/∗ Save all that on disk ∗/
	GENLIB_SAVE_PHFIG();
}

genlib(1).

See the file man1/alc_bug_report.1.

ASIM/LIP6 PROCEDURAL GENERATION LANGUAGE

Search for    or go to Top of page |  Section O |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.