NDensity Property

Specifies the smooth surface density of a PolygonMesh in the N direction.

See Also | Example

Signature

object.NDensity

object

PolygonMesh
The object or objects this property applies to.

NDensity

Integer; read-write
The default is 6.

Remarks

The N surface density is the number of vertices in the N direction for PolygonMesh objects that are of the following types: acQuadSurfaceMesh, acCubicSurfaceMesh, or acBezierSurfaceMesh.

The initial value for this property is derived from the value in the SURFV system variable + 1. Therefore, if the current value of SURFV is 6, the NDensity for a mesh after a surface fit operation would be 7. To perform a surface fit operation on a mesh, change the mesh type using the Type property.

 

   Comments?