dsPolygonMeshFitSmooth_e Enumeration Send Feedback
See Also 
Options for the fit or smoothing of a PolygonMesh.

Syntax

Visual Basic 
Public Enum dsPolygonMeshFitSmooth_e 
   Inherits System.Enum
C# 
public enum dsPolygonMeshFitSmooth_e : System.Enum 
JavaScript 
dsPolygonMeshFitSmooth_e : String
COM native C++ 
enum dsPolygonMeshFitSmooth_e
C++ 
enum dsPolygonMeshFitSmooth_e

Members

MemberDescription
dsPolygonMeshFitSmooth_Bezier3 = Bezier
dsPolygonMeshFitSmooth_Cubic2 = Cubic
dsPolygonMeshFitSmooth_None0 = None
dsPolygonMeshFitSmooth_Qudratic1 = Quadratic

See Also