Share

AcDbPolygonMesh Constructor

Overload List

Method Description
AcDbPolygonMesh::AcDbPolygonMesh () Default constructor. Initializes the polyline flag to 16 (indicating a PolygonMesh open in both M and N directions). Initializes to 0 the MeshType, vertices in M direction, vertices in N direction, Smooth surface density in M direction, and Smooth surface density in N direction.
AcDbPolygonMesh::AcDbPolygonMesh (AcDb::PolyMeshType, Adesk::Int16, Adesk::Int16, AcGePoint3dArray&, Adesk::Boolean, Adesk::Boolean) This constructor initializes the PolygonMesh with the parameters passed in. In addition, the polyline flag's fifth bit is set (to indicate that the entity is a PolygonMesh) and the Smooth surface density in M and N directions is initialized to 0.Possible values for pType are:

Was this information helpful?