DatabaseSurftype Property
|
Property that controls the type of surface
fitting for the PEDIT/Smooth command. This property corresponds to
the SURFTYPE system variable. ValueDescription5
Quadratic B-spline surface 6 Cubic B-spline surface 8 Bezier
surface
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int Surftype { get; set; }
Public Property Surftype As Integer
Get
Set
public:
property int Surftype {
int get ();
void set (int value);
}
member Surftype : int with get, set
Property Value
Int32
See Also