Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / TextureMappingData Class / Min Property

In This Topic
    Min Property (TextureMappingData)
    In This Topic
    Gets or sets bounding box max point.
    Syntax
    'Declaration
     
    Public Property Min As Point3D
    public Point3D Min {get; set;}
    See Also