MClose Property

Specifies whether the PolygonMesh is closed in the M direction.

See Also | Example

Signature

object.MClose

object

PolygonMesh
The object or objects this property applies to.

MClose

Boolean; read-write

TRUE: The PolygonMesh is closed in the M direction.

FALSE: The PolygonMesh is open in the M direction.

Remarks

If the PolygonMesh is closed, it will be treated as continuous from the last row on to the first row. If the PolygonMesh is open, it will be treated as discontinuous between the last row and the first row.

 

   Comments?