NClose Property

Specifies whether the PolygonMesh is closed in the N direction.

See Also | Example

Signature

object.NClose

object

PolygonMesh
The object or objects this property applies to.

NClose

Boolean; read-write

TRUE: The PolygonMesh is closed in the N direction.

FALSE: The PolygonMesh is open in the N direction.

Remarks

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

 

   Comments?