PrimGenPOLYGONObject

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

PrimGenPOLYGONObject()  

SYNOPSIS

geom_lib/primitiv.c:882

IPObjectStruct *PrimGenPOLYGONObject(IPObjectStruct *PObjList, int IsPolyline)
 

DESCRIPTION

Routine to create a POLYGON/LINE directly from its specified vertices. The validity of the elements in the provided list is tested to make sure they are vectors or points. No test is made to make sure all vertices are on one plane, and that no two vertices are similar.  

PARAMETERS:

PObjList: List of vertices/points to construct as a polygon/line.

IsPolyline: If TRUE, make a polyline, otherwise a polygon.  

FUNCTION RETURN VALUE

IPObjectStruct *: A polygon/line constructed from PObjList.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:05 GMT, July 20, 2024