summaryrefslogtreecommitdiff
path: root/xc/unsupported/doc/PHIGS/man3/p349
blob: f50a6d8af4e310711875d87098982c1b05c84448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
.\"
.\" $XConsortium: p349,v 5.2 94/04/17 20:58:30 rws Exp $
.\"
.\" 
$XMCOPY
.\" Copyright (c) 1990, 1991 by Sun Microsystems, Inc. and the X Consortium.
.\" 
.\"                         All Rights Reserved
.\" 
.\" Permission to use, copy, modify, and distribute this software and its 
.\" documentation for any purpose and without fee is hereby granted, 
.\" provided that the above copyright notice appear in all copies and that
.\" both that copyright notice and this permission notice appear in 
.\" supporting documentation, and that the names of Sun Microsystems,
.\" and the X Consortium not be used in advertising or publicity 
.\" pertaining to distribution of the software without specific, written 
.\" prior permission.  
.\" 
.\" SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 
.\" INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
.\" EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
.\" CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
.\" USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
.\" OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.TH "SET PARAMETRIC SURFACE CHARACTERISTICS" 3P "29 February 1991"
.SH NAME
SET PARAMETRIC SURFACE CHARACTERISTICS \-
create a structure element to set the current parametric surface characteristics
.IX "SET PARAMETRIC SURFACE CHARACTERISTICS"
.SH SYNOPSIS
.SS C Syntax
.ft B
.ta 1.4i 3i
.nf
void
pset_para_surf_characs( psc_type, data )
Pint	psc_type;	\fItype\fP	
Ppara_surf_characs	*data;		\fIOUT data record\fP 
.fi
.SS Required PHIGS Operating States
(PHOP, *, *, *)
.SH DESCRIPTION
.SS Purpose
\s-2SET PARAMETRIC SURFACE CHARACTERISTICS\s+2 sets current parametric
surface characteristics to be used when displaying subsequent parametric
surface output primitives.
.\" .LP
.\" This is a \s-2PHIGS\s0 Extension function based on
.\" \s-2PHIGS PLUS\s+2 and is not part of the
.\" \s-2PHIGS\s+2 standard.
.SS C Input Parameters
.IP \fIpsc_type\fP
The parametric surface characteristic types.
.sp
.nf
.ta .5i +\w'0     'u +\w'PSC_ISOPARAMETRIC_CURVES     'u
1       PSC_NONE	\fINo Surface Characteristics Specified\fP
2       PSC_WS_DEP	\fIWorkstation Dependent\fP
3       PSC_ISOPARAMETRIC_CURVES	\fIIsoparametric Curves Specified\fP
4       PSC_LEVEL_CURVES_MC	\fILevel Curves Specified in Modelling Coordinates\fP
5       PSC_LEVEL_CURVES_WC	\fILevel Curves Specified in World Coordinates\fP
.sp
.fi
.SS C Output Parameters
.IP \fIdata\fP
The surface characteristics data record.
A pointer to a structure Ppara_surf_characs.
Ppara_surf_characs is defined in phigs.h as follows:
.sp .4
.ta .5i +\w'Pcurve_placement     'u +\w'placement;     'u
.nf
typedef union {
.sp .2
struct {
	Pint	unused;	
} psc_1;
struct {
	Pint	unused;
} psc_2;
struct {
	Pcurve_placement	placement;
	Pint	u_count;
	Pint	v_count;
} psc_3;
struct {
	Ppoint3	origin;
	Pvec3	direction;
	Pfloat_list	params;
} psc_4;
struct {
	Ppoint3	origin;
	Pvec3	direction;
	Pfloat_list	params;
} psc_5;
} Ppara_surf_characs;
.fi
.sp
Pcurve_placement is defined in phigs.h as follows:
.sp .4
.ta .5i
.nf
typedef enum {
.sp .2
	PCP_UNIFORM,
	PCP_NON_UNIFORM
.sp .2
} Pcurve_placement;
.fi
.SS Execution
When the structure is traversed, 
\s-2SET PARAMETRIC SURFACE CHARACTERISTICS\s+2 updates the current
parametric surface characteristics entry in the traversal state list.
These values are used when displaying subsequent parametric surface
output primitives. 
When an element of this type is interpreted, if the specified parametric
surface characteristic type is not available on a workstation, or the data
record are invalid, type 1 is used and data record contents are 
workstation-dependent.
.SH ERRORS
.IP 005
Ignoring function, function requires state
(\s-2PHOP\s+2, \s-2*\s+2, \s-2STOP\s+2, \s-2*\s+2)
.IP 138
Ignoring function, one or more of the fields in the specified data record
is inconsistent with the specified type
.SH SEE ALSO
.nf
.IP
.ta 0.5i
.SM "NON-UNIFORM B-SPLINE SURFACE (3P+)"
.fi