PolygonMesh.PolygonMesh() Constructor

Description

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.

Visual Basic

Public Sub New()
Public Sub New(
    type As Autodesk.AutoCAD.DatabaseServices.PolyMeshType, 
    size As Integer, 
    sizeValue As Integer, 
    vertices As Point3dCollection, 
    closedValue As [MarshalAs(UnmanagedType.U1)] bool, 
    closed As [MarshalAs(UnmanagedType.U1)] bool
)

C#

public PolygonMesh();
public PolygonMesh(
    Autodesk.AutoCAD.DatabaseServices.PolyMeshType type, 
    int size, 
    int sizeValue, 
    Point3dCollection vertices, 
    [MarshalAs(UnmanagedType.U1)] bool closedValue, 
    [MarshalAs(UnmanagedType.U1)] bool closed
);

Links

PolygonMesh Class, Autodesk.AutoCAD.DatabaseServices Namespace