Share

AcDbPolygonMesh::setNSurfaceDensity

C++

Acad::ErrorStatus setNSurfaceDensity(
    Adesk::Int16
);

Description

Sets newVal to be the PolygonMesh's surface density in the N direction.

The N surface density is the number of vertices in the N direction after a surface fit operation is performed. This value is used in place of the N size value if the PolyMeshType is anything other than AcDb::kSimpleMesh.

The N surface density value is used for DXF group code 74.

Returns Acad::eOk if successful or Acad::eInvalidInput if the data passed in is not acceptable.

Parameters

Parameters Description
unnamed Input N surface density value

Links

AcDbPolygonMesh

Was this information helpful?