ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearIsosurfaceOptions Class / IsDoNorms Property




In This Topic
    IsDoNorms Property
    In This Topic
    Gets or sets a value indicating whether to calculate normals along with vertices.
    Syntax
    'Declaration
     
    Public Property IsDoNorms As Boolean
    'Usage
     
    Dim instance As ImGearIsosurfaceOptions
    Dim value As Boolean
     
    instance.IsDoNorms = value
     
    value = instance.IsDoNorms
    public bool IsDoNorms {get; set;}
    public: __property bool get_IsDoNorms();
    public: __property void set_IsDoNorms( 
       bool value
    );
    public:
    property bool IsDoNorms {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    The default value is true.
    See Also