plottools[cutin] - perform contraction on polygon faces
|
Calling Sequence
|
|
cutin(p, r)
cutin([p1, p2, ... ], r)
|
|
Parameters
|
|
p
|
-
|
POLYGONS structure or a list thereof
|
r
|
-
|
ratio of similarity, ranges from 0 to 1
|
|
|
|
|
Description
|
|
•
|
For each polygon in a given POLYGONS structure, this command contracts the polygon by replacing it by a new polygon, which is similar to the original and its center and orientation are the same as the original. The ratio of similarity is specified with the parameter r.
|
•
|
This command produces a POLYGONS object, which can be used in a PLOT3D data structure, or displayed using the plots[display] command.
|
•
|
The cutin command forces a display style of PATCHNOGRID. Other options to style are ignored.
|
|
|
Download Help Document
Was this information helpful?