DatabaseLoftAng1 Property
|
Property that controls the draft angle (in
radians) through the first cross section in a loft operation. 0 is
measured in the plane of the curve, outward from the curve.
Positive angles are measured toward the next cross section. This
property corresponds to the LOFTANG1 system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public double LoftAng1 { get; set; }
Public Property LoftAng1 As Double
Get
Set
public:
property double LoftAng1 {
double get ();
void set (double value);
}
member LoftAng1 : float with get, set
Property Value
Double
See Also