Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Triangulation Namespace / MarchingCubes Class / LightWeight Property

In This Topic
    LightWeight Property (MarchingCubes)
    In This Topic
    Gets or sets the triangulation output type.
    Syntax
    'Declaration
     
    Public Property LightWeight As Boolean
    public bool LightWeight {get; set;}
    Remarks
    If true, the coincident vertices of the generated mesh are not welded and the MeshNature is set to devDept.Eyeshot.Entities.Mesh.natureType.Plain, else the vertices are welded and the MeshNature is set to devDept.Eyeshot.Entities.Mesh.natureType.Smooth The generated mesh is created with the same devDept.Eyeshot.Entities.Mesh.LightWeight value.
    See Also