Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / LightWeight Property

In This Topic
    LightWeight Property (Mesh)
    In This Topic
    Syntax
    'Declaration
     
    Public Property LightWeight As Boolean
    public bool LightWeight {get; set;}
    Remarks
    If true, no geometry is generated by the hidden lines computation (see devDept.Eyeshot.ViewportLayout.Print and all the classes derived from devDept.Eyeshot.HiddenLinesView).
    See Also