ImageGear .NET v24.12 - Updated
IsFlipNorms Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearIsosurfaceOptions Class : IsFlipNorms Property
Gets or sets a value indicating whether to flip normals after calculation.
Syntax
'Declaration
 
Public Property IsFlipNorms As Boolean
'Usage
 
Dim instance As ImGearIsosurfaceOptions
Dim value As Boolean
 
instance.IsFlipNorms = value
 
value = instance.IsFlipNorms
public bool IsFlipNorms {get; set;}
public: __property bool get_IsFlipNorms();
public: __property void set_IsFlipNorms( 
   bool value
);
public:
property bool IsFlipNorms {
   bool get();
   void set (    bool value);
}

Property Value

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

Reference

ImGearIsosurfaceOptions Class
ImGearIsosurfaceOptions Members