![]() |
VS3D / VScad3 User's Guide |
|
. |
VScad3 Geometric Entities "Geometry..." : This will bring up the "Polyline" dialog. Use it to type in the polyline coordinates instead of clicking the mouse to enter them. For each polyline type, enter the required points in the dialog (one X,Y,Z point per line). If one or more entities was selected before the "Geometry..." button was clicked, then the points from any selected entity (or entities) will be loaded into the dialog. If the number of points is large, then the dialog will show the number of points, not the actual coordinates themselves. If the coordinate points are displayed, they can be edited. If there are more points in the dialog than needed for the type of polyline, then only the first few points in the list are used. In the "Vertex Color(s)" field, enter the colors as RGB (red, green, blue intensities - one color per line). Minimum intensity is 0 and maximum intensity is 255. If one or more entities was selected before the "Geometry..." button was clicked, then the colors from any selected entity (or entities) will be loaded into the dialog. If there are more polyline points (including facet points) than colors, then the color sequence is repeated as needed. If only one color is specified, then the entire polyline will be that color. If the current polyline mode is "Freehand", then the "Polyline" dialog will have some additional settings. The Perimeter "Load From File" button allows a simple ASCII ".dat" file containing 3 columns of X,Y,Z numbers to be loaded and used as the perimeter coordinates. The Vertex Colors "Load From File..." button allows a simple ASCII ".dat" file containing 3 columns of R,G,B (Red, Green, Blue) values to be loaded and used as the colors.The "Connectivity" field is for specifying how the perimeter points are connected to make polygons. A connectivity array is a list which is a concatenation of polyline/polygon definitions. Each polyline/polygon definition starts with a number that indicates the number of vertices in the polyline/polygon. Following that is a list of which perimeter points which make up the polyline/polygon. Perimeter points are identified by where they appear in the list (from 0 to the number of perimeter points minus 1). For example, the following would define two polylines - a triangle and a square (a simple "house" shape), connected along one edge.
|
|
2.4.3 B |