NVertexCount Property |
Gets the vertex count in the N direction for a PolygonMesh.
Signature
object.NVertexCount
object
PolygonMesh
The object or objects this property applies to.
NVertexCount
Integer; read-only
A positive integer between 2 and 256.
Remarks
This is the number of vertices that will be used to make up an N column in the PolygonMesh if the Type property is acSimpleMesh. For any other PolygonMesh type, the NDensity value will be used as the column size.
The number of vertices can't be changed for a simple mesh.
Comments? |