SlideShare a Scribd company logo
1 of 14
Graphics Software
Graphics Software
   A graphics software is an intermediary
    between an application program & the
    graphics hardware. The output primitives
    & interaction devices that a graphics
    package supports can range from
    rudimentary to extremely rich.
There are two general classifications for
  graphics software:
 General Programming packages:
  provides an extensive set of graphics
  functions that can be used in a high-level
  programming language, such as C or
  FORTRAN. Basic functions in a general
  package include those for generating
  picture components (straight line, circle,
  polygon etc),setting color and intensity
  values, & applying transformations.
 Special-purpose applications packages:
Designed for nonprogrammers, so that users
  can generate displays without worrying
  about how graphics operations work.
  Example of such application packages are
  the artist’s painting programs and various
  business,medical and CAD systems.
Coordinate Representation
 General Graphics packages are designed to be
   used with Cartesian coordinates.
 Several different Cartesian reference frames
   are used to construct & display a scene.


  Modelling        World       Normalized    Device
transformation   Coordinates   Coordinate   Coordinates
Graphics Functions
These packages provides users with a variety
  of functions for creating & manipulating
  pictures.
 Output primitives: basic building blocks.
 Attributes: properties of the output
  primitives.
 Geometric transformations: changing size,
  position & orientation.
   Modeling transformations: construct scene
    using object descriptions.
   Viewing transformations: are used to
    specify the view that is to be presented.
   Input Functions: used to control & process
    the data flow from the interactive devices
    such as mouse, tablet or joystick.
   Control operations: contains no. of
    housekeeping tasks such as clearing a
    display screen & initializing parameters.
Software Standards
      A standard graphics package such as
GKS(Graphical kernal system) & PHIGS
(Programmers Hierarchical Interactive
graphics system) implements a specification
designated as standard by an official national
or international standard bodies by ISO and
ANSI(American National Standard Institute).
   The main purpose of such standards is to
    promote portability of application
    programs & of programmers.
   Non-official standards are also developed,
    promoted & licensed by individual
    companies or by consortia of companies eg
    Adobe’s Post script & MIT’s X window
    system are two industry standards.
   GKS originally designed as a 2-D graphics
    packages, a 3-D GKS extension was
    subsequently developed.
   PHIGS is a extension of GKS having
    increased capabilities for object modeling,
    color specification, surface rendering etc.
   Extension of PHIGS called PHIGS+
    provide 3-D surface shading capabilities.
   GKS primitives:
There are basic four primitives:
(a) Polyline: used to draw lines.
       POLYLINE(n, X, Y)
  n = length of an array
  X & Y = array of x,y coordinate
(b) Polymarker: used to plot points.
      POLYMARKER(n, X, Y)
 n = number of data points
(c ) Fill Area: also used to draw line but it
   always connects the first and last points in
   the array.
           FILL AREA(n, X, Y)
(d) Text: used to print the “string” or “text”
   starting at the given coordinates.
             TEXT(x, y, “String”)
   GKS Segments: The segment command is
    the GKS method of developing complex
    objects. Any group of valid GKS code can
    be clustered together into a segment
    through the use of the CREATE
    SEGMENT (n) command. A segment
    listing is terminated with CLOSE
    SEGMENT command. For eg.
          CREATE SEGMENT (1)
           POLYLINE (5, X, Y)
            CLOSE SEGMENT
Graphics software

More Related Content

What's hot

Applications Of Computer Graphics
Applications Of Computer GraphicsApplications Of Computer Graphics
Applications Of Computer GraphicsMuhammad Amjad Rana
 
4. THREE DIMENSIONAL DISPLAY METHODS
4.	THREE DIMENSIONAL DISPLAY METHODS4.	THREE DIMENSIONAL DISPLAY METHODS
4. THREE DIMENSIONAL DISPLAY METHODSSanthiNivas
 
Attributes of output primitive(line attributes)
Attributes of output primitive(line attributes)Attributes of output primitive(line attributes)
Attributes of output primitive(line attributes)shalinikarunakaran1
 
Line drawing algo.
Line drawing algo.Line drawing algo.
Line drawing algo.Mohd Arif
 
Video display devices
Video display devicesVideo display devices
Video display devicesMohd Arif
 
Computer graphics chapter 4
Computer graphics chapter 4Computer graphics chapter 4
Computer graphics chapter 4PrathimaBaliga
 
2D transformation (Computer Graphics)
2D transformation (Computer Graphics)2D transformation (Computer Graphics)
2D transformation (Computer Graphics)Timbal Mayank
 
Computer graphics notes
Computer graphics notesComputer graphics notes
Computer graphics notessmruti sarangi
 
Clipping in Computer Graphics
Clipping in Computer GraphicsClipping in Computer Graphics
Clipping in Computer GraphicsLaxman Puri
 
Attributes of output primitives( curve attributes & area fill attributes)
Attributes of output primitives( curve attributes & area fill attributes)Attributes of output primitives( curve attributes & area fill attributes)
Attributes of output primitives( curve attributes & area fill attributes)shalinikarunakaran1
 
Computer Graphics
Computer GraphicsComputer Graphics
Computer GraphicsAnkur Soni
 
line attributes.pptx
line attributes.pptxline attributes.pptx
line attributes.pptxRubaNagarajan
 
Monitors & workstation,Donald ch-2
Monitors & workstation,Donald ch-2Monitors & workstation,Donald ch-2
Monitors & workstation,Donald ch-2Iftikhar Ahmad
 
Line Drawing Algorithms - Computer Graphics - Notes
Line Drawing Algorithms - Computer Graphics - NotesLine Drawing Algorithms - Computer Graphics - Notes
Line Drawing Algorithms - Computer Graphics - NotesOmprakash Chauhan
 
3D transformation in computer graphics
3D transformation in computer graphics3D transformation in computer graphics
3D transformation in computer graphicsSHIVANI SONI
 
Unit 3
Unit 3Unit 3
Unit 3ypnrao
 

What's hot (20)

Applications Of Computer Graphics
Applications Of Computer GraphicsApplications Of Computer Graphics
Applications Of Computer Graphics
 
Video display devices
Video display devicesVideo display devices
Video display devices
 
4. THREE DIMENSIONAL DISPLAY METHODS
4.	THREE DIMENSIONAL DISPLAY METHODS4.	THREE DIMENSIONAL DISPLAY METHODS
4. THREE DIMENSIONAL DISPLAY METHODS
 
Input devices
Input devicesInput devices
Input devices
 
Attributes of output primitive(line attributes)
Attributes of output primitive(line attributes)Attributes of output primitive(line attributes)
Attributes of output primitive(line attributes)
 
Line drawing algo.
Line drawing algo.Line drawing algo.
Line drawing algo.
 
3 d display methods
3 d display methods3 d display methods
3 d display methods
 
Video display devices
Video display devicesVideo display devices
Video display devices
 
Computer graphics chapter 4
Computer graphics chapter 4Computer graphics chapter 4
Computer graphics chapter 4
 
2D transformation (Computer Graphics)
2D transformation (Computer Graphics)2D transformation (Computer Graphics)
2D transformation (Computer Graphics)
 
Computer graphics notes
Computer graphics notesComputer graphics notes
Computer graphics notes
 
Frame buffer
Frame bufferFrame buffer
Frame buffer
 
Clipping in Computer Graphics
Clipping in Computer GraphicsClipping in Computer Graphics
Clipping in Computer Graphics
 
Attributes of output primitives( curve attributes & area fill attributes)
Attributes of output primitives( curve attributes & area fill attributes)Attributes of output primitives( curve attributes & area fill attributes)
Attributes of output primitives( curve attributes & area fill attributes)
 
Computer Graphics
Computer GraphicsComputer Graphics
Computer Graphics
 
line attributes.pptx
line attributes.pptxline attributes.pptx
line attributes.pptx
 
Monitors & workstation,Donald ch-2
Monitors & workstation,Donald ch-2Monitors & workstation,Donald ch-2
Monitors & workstation,Donald ch-2
 
Line Drawing Algorithms - Computer Graphics - Notes
Line Drawing Algorithms - Computer Graphics - NotesLine Drawing Algorithms - Computer Graphics - Notes
Line Drawing Algorithms - Computer Graphics - Notes
 
3D transformation in computer graphics
3D transformation in computer graphics3D transformation in computer graphics
3D transformation in computer graphics
 
Unit 3
Unit 3Unit 3
Unit 3
 

Viewers also liked

COMPUTER GRAPHICS AND MULTI MEDIA SOFTWARE LIST
COMPUTER GRAPHICS AND MULTI MEDIA SOFTWARE LISTCOMPUTER GRAPHICS AND MULTI MEDIA SOFTWARE LIST
COMPUTER GRAPHICS AND MULTI MEDIA SOFTWARE LISTtarun kumar sharma
 
Graphic hardware and software
Graphic hardware and softwareGraphic hardware and software
Graphic hardware and softwarerafhat
 
Introduction to Computer graphics
Introduction to Computer graphics Introduction to Computer graphics
Introduction to Computer graphics PrathimaBaliga
 
M1 – limitations of hardware
M1 – limitations of hardwareM1 – limitations of hardware
M1 – limitations of hardwareDWA7NE
 
I/O devices - Computer graphics
I/O devices -  Computer graphicsI/O devices -  Computer graphics
I/O devices - Computer graphicsAmritha Davis
 
Intro to scan conversion
Intro to scan conversionIntro to scan conversion
Intro to scan conversionMohd Arif
 
Computer graphics.
Computer graphics.Computer graphics.
Computer graphics.ALIHAMID71
 
(Basic computer for_small_business)
(Basic computer for_small_business)(Basic computer for_small_business)
(Basic computer for_small_business)fayazkhan82
 
Basic Computer Training In Ambala ! Batra Computer Centre
Basic Computer Training In Ambala ! Batra Computer CentreBasic Computer Training In Ambala ! Batra Computer Centre
Basic Computer Training In Ambala ! Batra Computer Centrejatin batra
 
Xybion Healthcare Regulatory Compliance
Xybion Healthcare Regulatory ComplianceXybion Healthcare Regulatory Compliance
Xybion Healthcare Regulatory ComplianceXybion Corporation
 

Viewers also liked (20)

Graphics standards
Graphics standardsGraphics standards
Graphics standards
 
Graphic standards
Graphic standardsGraphic standards
Graphic standards
 
Color Models
Color ModelsColor Models
Color Models
 
COMPUTER GRAPHICS AND MULTI MEDIA SOFTWARE LIST
COMPUTER GRAPHICS AND MULTI MEDIA SOFTWARE LISTCOMPUTER GRAPHICS AND MULTI MEDIA SOFTWARE LIST
COMPUTER GRAPHICS AND MULTI MEDIA SOFTWARE LIST
 
graphic stadards
graphic stadardsgraphic stadards
graphic stadards
 
Color models
Color modelsColor models
Color models
 
Graphic hardware and software
Graphic hardware and softwareGraphic hardware and software
Graphic hardware and software
 
Introduction to Computer graphics
Introduction to Computer graphics Introduction to Computer graphics
Introduction to Computer graphics
 
M1 – limitations of hardware
M1 – limitations of hardwareM1 – limitations of hardware
M1 – limitations of hardware
 
I/O devices - Computer graphics
I/O devices -  Computer graphicsI/O devices -  Computer graphics
I/O devices - Computer graphics
 
Intro to scan conversion
Intro to scan conversionIntro to scan conversion
Intro to scan conversion
 
CAD STANDARDS
CAD STANDARDSCAD STANDARDS
CAD STANDARDS
 
Computer Graphics
Computer GraphicsComputer Graphics
Computer Graphics
 
Computer graphics.
Computer graphics.Computer graphics.
Computer graphics.
 
(Basic computer for_small_business)
(Basic computer for_small_business)(Basic computer for_small_business)
(Basic computer for_small_business)
 
Basic Computer Training In Ambala ! Batra Computer Centre
Basic Computer Training In Ambala ! Batra Computer CentreBasic Computer Training In Ambala ! Batra Computer Centre
Basic Computer Training In Ambala ! Batra Computer Centre
 
Xybion Healthcare Regulatory Compliance
Xybion Healthcare Regulatory ComplianceXybion Healthcare Regulatory Compliance
Xybion Healthcare Regulatory Compliance
 
Desktop Publishing
Desktop PublishingDesktop Publishing
Desktop Publishing
 
Lab#9 graphic and color
Lab#9 graphic and colorLab#9 graphic and color
Lab#9 graphic and color
 
Software Security
Software SecuritySoftware Security
Software Security
 

Similar to Graphics software

Computer graphics
Computer graphicsComputer graphics
Computer graphicsamitsarda3
 
Graphics Standards and Algorithm
Graphics Standards and AlgorithmGraphics Standards and Algorithm
Graphics Standards and AlgorithmYatin Singh
 
2GKS, Open GL and IGES_Video Lect Given by Renjin.pptx
2GKS, Open GL and IGES_Video Lect Given by Renjin.pptx2GKS, Open GL and IGES_Video Lect Given by Renjin.pptx
2GKS, Open GL and IGES_Video Lect Given by Renjin.pptxRamanathanSabesan
 
Computer Graphics Practical
Computer Graphics PracticalComputer Graphics Practical
Computer Graphics PracticalNeha Sharma
 
CAD STANDARDS - SMART MANUFACTURING MECH
CAD STANDARDS - SMART MANUFACTURING MECHCAD STANDARDS - SMART MANUFACTURING MECH
CAD STANDARDS - SMART MANUFACTURING MECHRAJESHS631800
 
Computer graphics
Computer graphics Computer graphics
Computer graphics shafiq sangi
 
Java Graphics
Java GraphicsJava Graphics
Java GraphicsShraddha
 
Circles graphic
Circles graphicCircles graphic
Circles graphicalldesign
 
RS and GIS TW- 1&2.pdf
RS and GIS TW- 1&2.pdfRS and GIS TW- 1&2.pdf
RS and GIS TW- 1&2.pdfSatishKhadse3
 
Beginning direct3d gameprogramming01_thehistoryofdirect3dgraphics_20160407_ji...
Beginning direct3d gameprogramming01_thehistoryofdirect3dgraphics_20160407_ji...Beginning direct3d gameprogramming01_thehistoryofdirect3dgraphics_20160407_ji...
Beginning direct3d gameprogramming01_thehistoryofdirect3dgraphics_20160407_ji...JinTaek Seo
 
Ugif 10 2012 lycia2 introduction in 45 minutes
Ugif 10 2012 lycia2 introduction in 45 minutesUgif 10 2012 lycia2 introduction in 45 minutes
Ugif 10 2012 lycia2 introduction in 45 minutesUGIF
 
unit1_updated.pptx
unit1_updated.pptxunit1_updated.pptx
unit1_updated.pptxRYZEN14
 
Hardware Shaders
Hardware ShadersHardware Shaders
Hardware Shadersgueste52f1b
 
Digital Fabrication Studio.03 _Software @ Aalto Media Factory
Digital Fabrication Studio.03 _Software @ Aalto Media FactoryDigital Fabrication Studio.03 _Software @ Aalto Media Factory
Digital Fabrication Studio.03 _Software @ Aalto Media FactoryMassimo Menichinelli
 
A Follow-up Cg Runtime Tutorial for Readers of The Cg Tutorial
A Follow-up Cg Runtime Tutorial for Readers of The Cg TutorialA Follow-up Cg Runtime Tutorial for Readers of The Cg Tutorial
A Follow-up Cg Runtime Tutorial for Readers of The Cg TutorialMark Kilgard
 
Introduction about Graphics Software
Introduction about Graphics SoftwareIntroduction about Graphics Software
Introduction about Graphics SoftwareAayush358079
 

Similar to Graphics software (20)

Computer graphics
Computer graphicsComputer graphics
Computer graphics
 
Graphics Standards and Algorithm
Graphics Standards and AlgorithmGraphics Standards and Algorithm
Graphics Standards and Algorithm
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
 
2GKS, Open GL and IGES_Video Lect Given by Renjin.pptx
2GKS, Open GL and IGES_Video Lect Given by Renjin.pptx2GKS, Open GL and IGES_Video Lect Given by Renjin.pptx
2GKS, Open GL and IGES_Video Lect Given by Renjin.pptx
 
Computer Graphics Practical
Computer Graphics PracticalComputer Graphics Practical
Computer Graphics Practical
 
CAD STANDARDS - SMART MANUFACTURING MECH
CAD STANDARDS - SMART MANUFACTURING MECHCAD STANDARDS - SMART MANUFACTURING MECH
CAD STANDARDS - SMART MANUFACTURING MECH
 
Computer graphics
Computer graphics Computer graphics
Computer graphics
 
Introduction to 2D/3D Graphics
Introduction to 2D/3D GraphicsIntroduction to 2D/3D Graphics
Introduction to 2D/3D Graphics
 
Java Graphics
Java GraphicsJava Graphics
Java Graphics
 
Circles graphic
Circles graphicCircles graphic
Circles graphic
 
Graphics file
Graphics fileGraphics file
Graphics file
 
Graphics in C++
Graphics in C++Graphics in C++
Graphics in C++
 
RS and GIS TW- 1&2.pdf
RS and GIS TW- 1&2.pdfRS and GIS TW- 1&2.pdf
RS and GIS TW- 1&2.pdf
 
Beginning direct3d gameprogramming01_thehistoryofdirect3dgraphics_20160407_ji...
Beginning direct3d gameprogramming01_thehistoryofdirect3dgraphics_20160407_ji...Beginning direct3d gameprogramming01_thehistoryofdirect3dgraphics_20160407_ji...
Beginning direct3d gameprogramming01_thehistoryofdirect3dgraphics_20160407_ji...
 
Ugif 10 2012 lycia2 introduction in 45 minutes
Ugif 10 2012 lycia2 introduction in 45 minutesUgif 10 2012 lycia2 introduction in 45 minutes
Ugif 10 2012 lycia2 introduction in 45 minutes
 
unit1_updated.pptx
unit1_updated.pptxunit1_updated.pptx
unit1_updated.pptx
 
Hardware Shaders
Hardware ShadersHardware Shaders
Hardware Shaders
 
Digital Fabrication Studio.03 _Software @ Aalto Media Factory
Digital Fabrication Studio.03 _Software @ Aalto Media FactoryDigital Fabrication Studio.03 _Software @ Aalto Media Factory
Digital Fabrication Studio.03 _Software @ Aalto Media Factory
 
A Follow-up Cg Runtime Tutorial for Readers of The Cg Tutorial
A Follow-up Cg Runtime Tutorial for Readers of The Cg TutorialA Follow-up Cg Runtime Tutorial for Readers of The Cg Tutorial
A Follow-up Cg Runtime Tutorial for Readers of The Cg Tutorial
 
Introduction about Graphics Software
Introduction about Graphics SoftwareIntroduction about Graphics Software
Introduction about Graphics Software
 

More from Mohd Arif

Bootp and dhcp
Bootp and dhcpBootp and dhcp
Bootp and dhcpMohd Arif
 
Arp and rarp
Arp and rarpArp and rarp
Arp and rarpMohd Arif
 
User datagram protocol
User datagram protocolUser datagram protocol
User datagram protocolMohd Arif
 
Project identification
Project identificationProject identification
Project identificationMohd Arif
 
Project evalaution techniques
Project evalaution techniquesProject evalaution techniques
Project evalaution techniquesMohd Arif
 
Presentation
PresentationPresentation
PresentationMohd Arif
 
Pointers in c
Pointers in cPointers in c
Pointers in cMohd Arif
 
Peer to-peer
Peer to-peerPeer to-peer
Peer to-peerMohd Arif
 
Overview of current communications systems
Overview of current communications systemsOverview of current communications systems
Overview of current communications systemsMohd Arif
 
Overall 23 11_2007_hdp
Overall 23 11_2007_hdpOverall 23 11_2007_hdp
Overall 23 11_2007_hdpMohd Arif
 
Objectives of budgeting
Objectives of budgetingObjectives of budgeting
Objectives of budgetingMohd Arif
 
Network management
Network managementNetwork management
Network managementMohd Arif
 
Networing basics
Networing basicsNetworing basics
Networing basicsMohd Arif
 
Iris ngx next generation ip based switching platform
Iris ngx next generation ip based switching platformIris ngx next generation ip based switching platform
Iris ngx next generation ip based switching platformMohd Arif
 
Ip sec and ssl
Ip sec and  sslIp sec and  ssl
Ip sec and sslMohd Arif
 
Ip security in i psec
Ip security in i psecIp security in i psec
Ip security in i psecMohd Arif
 
Intro to comp. hardware
Intro to comp. hardwareIntro to comp. hardware
Intro to comp. hardwareMohd Arif
 

More from Mohd Arif (20)

Bootp and dhcp
Bootp and dhcpBootp and dhcp
Bootp and dhcp
 
Arp and rarp
Arp and rarpArp and rarp
Arp and rarp
 
User datagram protocol
User datagram protocolUser datagram protocol
User datagram protocol
 
Project identification
Project identificationProject identification
Project identification
 
Project evalaution techniques
Project evalaution techniquesProject evalaution techniques
Project evalaution techniques
 
Presentation
PresentationPresentation
Presentation
 
Pointers in c
Pointers in cPointers in c
Pointers in c
 
Peer to-peer
Peer to-peerPeer to-peer
Peer to-peer
 
Overview of current communications systems
Overview of current communications systemsOverview of current communications systems
Overview of current communications systems
 
Overall 23 11_2007_hdp
Overall 23 11_2007_hdpOverall 23 11_2007_hdp
Overall 23 11_2007_hdp
 
Objectives of budgeting
Objectives of budgetingObjectives of budgeting
Objectives of budgeting
 
Network management
Network managementNetwork management
Network management
 
Networing basics
Networing basicsNetworing basics
Networing basics
 
Loaders
LoadersLoaders
Loaders
 
Lists
ListsLists
Lists
 
Iris ngx next generation ip based switching platform
Iris ngx next generation ip based switching platformIris ngx next generation ip based switching platform
Iris ngx next generation ip based switching platform
 
Ip sec and ssl
Ip sec and  sslIp sec and  ssl
Ip sec and ssl
 
Ip security in i psec
Ip security in i psecIp security in i psec
Ip security in i psec
 
Intro to comp. hardware
Intro to comp. hardwareIntro to comp. hardware
Intro to comp. hardware
 
Heap sort
Heap sortHeap sort
Heap sort
 

Graphics software

  • 2. Graphics Software  A graphics software is an intermediary between an application program & the graphics hardware. The output primitives & interaction devices that a graphics package supports can range from rudimentary to extremely rich.
  • 3. There are two general classifications for graphics software:  General Programming packages: provides an extensive set of graphics functions that can be used in a high-level programming language, such as C or FORTRAN. Basic functions in a general package include those for generating picture components (straight line, circle, polygon etc),setting color and intensity values, & applying transformations.
  • 4.  Special-purpose applications packages: Designed for nonprogrammers, so that users can generate displays without worrying about how graphics operations work. Example of such application packages are the artist’s painting programs and various business,medical and CAD systems.
  • 5. Coordinate Representation General Graphics packages are designed to be used with Cartesian coordinates. Several different Cartesian reference frames are used to construct & display a scene. Modelling World Normalized Device transformation Coordinates Coordinate Coordinates
  • 6. Graphics Functions These packages provides users with a variety of functions for creating & manipulating pictures.  Output primitives: basic building blocks.  Attributes: properties of the output primitives.  Geometric transformations: changing size, position & orientation.
  • 7. Modeling transformations: construct scene using object descriptions.  Viewing transformations: are used to specify the view that is to be presented.  Input Functions: used to control & process the data flow from the interactive devices such as mouse, tablet or joystick.  Control operations: contains no. of housekeeping tasks such as clearing a display screen & initializing parameters.
  • 8. Software Standards A standard graphics package such as GKS(Graphical kernal system) & PHIGS (Programmers Hierarchical Interactive graphics system) implements a specification designated as standard by an official national or international standard bodies by ISO and ANSI(American National Standard Institute).
  • 9. The main purpose of such standards is to promote portability of application programs & of programmers.  Non-official standards are also developed, promoted & licensed by individual companies or by consortia of companies eg Adobe’s Post script & MIT’s X window system are two industry standards.
  • 10. GKS originally designed as a 2-D graphics packages, a 3-D GKS extension was subsequently developed.  PHIGS is a extension of GKS having increased capabilities for object modeling, color specification, surface rendering etc.  Extension of PHIGS called PHIGS+ provide 3-D surface shading capabilities.
  • 11. GKS primitives: There are basic four primitives: (a) Polyline: used to draw lines. POLYLINE(n, X, Y) n = length of an array X & Y = array of x,y coordinate (b) Polymarker: used to plot points. POLYMARKER(n, X, Y) n = number of data points
  • 12. (c ) Fill Area: also used to draw line but it always connects the first and last points in the array. FILL AREA(n, X, Y) (d) Text: used to print the “string” or “text” starting at the given coordinates. TEXT(x, y, “String”)
  • 13. GKS Segments: The segment command is the GKS method of developing complex objects. Any group of valid GKS code can be clustered together into a segment through the use of the CREATE SEGMENT (n) command. A segment listing is terminated with CLOSE SEGMENT command. For eg. CREATE SEGMENT (1) POLYLINE (5, X, Y) CLOSE SEGMENT