MDensity Property

Specifies the surface density of a PolygonMesh in the M direction.

See Also | Example

Signature

object.MDensity

object

PolygonMesh
The object or objects this property applies to.

MDensity

Integer; read-write
An integer value between 2 and 256.

Remarks

The M surface density is the number of vertices in the M 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 SURFU system variable + 1. Therefore, if the current value of SURFU is 6, the MDensity 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?