DatabaseLoftParam Property
|
Property that controls the shape of lofted
solids and surfaces. This property corresponds to the LOFTPARAM
system variable. LOFTPARAM will be a combination of one or more of
the following:
NameValueDescriptionkLoftNoParam 0x00 No
parameters. kLoftNoTwist 0x01 No twist between cross sections.
kLoftAlignDirection 0x02 Align directions of cross sections.
kLoftSimplify 0x04 Create simple solids and surfaces. kLoftClose
0x08 Close between the starting and ending cross sections.
kLoftDefault 0x07 kLoftNoTwist | kLoftAlignDirection |
kLoftSimplify
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int LoftParam { get; set; }
Public Property LoftParam As Integer
Get
Set
public:
property int LoftParam {
int get ();
void set (int value);
}
member LoftParam : int with get, set
Property Value
Int32
See Also