DoRepType(3D) — Stardent Computer Inc. (\*(Dd)
NAME
DoRepType − Create a representation type primitive attribute object
SYNOPSIS
C:
DtObject DoRepType(type)
DtRepType type;
Fortran:
INTEGER∗4 DOREPT(TYPE)
INTEGER∗4 TYPE
DESCRIPTION
DoRepType creates a representation type primitive attribute object. The type parameter specifies the primary geometric representation with which subsequent primitive objects will render themselves. Possible values are:
DcPoints <DCPNTS>
Points
DcWireframe <DCWIRE>
Outlines
DcSurface <DCSURF>
Surfaces
DcOutlines <DCOUTL>
Polygon outlines
DEFAULTS
The default value for DoRepType is DcWireframe <DCWIRE>.
SEE ALSO
September 29, 2021