ImageGear .NET v24.12 - Updated
IsDoNorms Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearIsosurfaceOptions Class : IsDoNorms Property
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

Reference

ImGearIsosurfaceOptions Class
ImGearIsosurfaceOptions Members