Sets the visibility of the specified vertex of the referenced object.
PROCEDURE SetVertexVisibility(
h : HANDLE;
vertnum : INTEGER;
vis : BOOLEAN);def vs.SetVertexVisibility(h, vertnum, vis):
return None| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to the polygon or polyline. |
| vertnum | INTEGER | Index of the vertex (zero-based). |
| vis | BOOLEAN | Visibility of the vertex. |
VS Functions: GetVertexVisibility
Availability: from VectorWorks10.0