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 |
Member | Description |
---|---|
dsPolygonMeshFitSmooth_Bezier | 3 = Bezier |
dsPolygonMeshFitSmooth_Cubic | 2 = Cubic |
dsPolygonMeshFitSmooth_None | 0 = None |
dsPolygonMeshFitSmooth_Qudratic | 1 = Quadratic |