FitSmooth Property (IPolygonMesh) Send Feedback
See Also  Example
Gets or sets the smoothing function to apply to the PolygonMesh.

Syntax

Visual Basic 
Property FitSmooth As dsPolygonMeshFitSmooth_e
C# 
dsPolygonMeshFitSmooth_e FitSmooth {get; set;}
JavaScript 
get_FitSmooth () : String
put_FitSmooth (
   NewVal : String
)
COM native C++ 
HRESULT get_FitSmooth(
   dsPolygonMeshFitSmooth_e* Val
) 
HRESULT put_FitSmooth( 
   dsPolygonMeshFitSmooth_e NewVal
C++ 
DSRESULT get_FitSmooth (
   dsPolygonMeshFitSmooth_e* Val
)
DSRESULT put_FitSmooth(
   dsPolygonMeshFitSmooth_e NewVal
)

Property Value

Smoothing function as defined in dsPolygonMeshFitSmooth_e

Example

See Also

Availability

DraftSight V1R1.3