DatabaseLoftNormals Property
|
Property that controls the normals of lofted
objects as they pass through cross sections. This property
corresponds to the LOFTNORMALS system variable. It is ignored when
a path or guide curve is specified.
NameValueDescriptionkLoftRuled 0 Ruled
surface. kLoftSmooth 1 Smooth surface. kLoftFirstNormal 2 Surface
is normal to the first cross section. kLoftLastNormal 3 Surface is
normal to the last cross section. kLoftEndsNormal 4 Surface is
normal to the first and last cross sections. kLoftAllNormal 5
Surface is normal to all cross sections. kLoftUseDraftAngles 6
Surface uses draft angle and magnitude.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int LoftNormals { get; set; }
Public Property LoftNormals As Integer
Get
Set
public:
property int LoftNormals {
int get ();
void set (int value);
}
member LoftNormals : int with get, set
Property Value
Int32
See Also