v1.1
 
LoftParameters Struct Reference

Parameters for Loft(). More...

Public Member Functions

 LoftParameters ()
 Constructor.
 

Public Attributes

number OutwardOffset
 Parameter sets the offset outside of the generatrix of the curve (default 0).
Used to build a thin-walled body.
If OutwardOffset=0 and InwardOffset=0 then solid body is built along the contour.
 
number InwardOffset
 Parameter sets the offset inside from the generatrix of the curve (default 0).
Used to build a thin-walled body.
If OutwardOffset=0 and InwardOffset=0 then solid body is built along the contour.
 
Curve3D GuideCurve
 Parameter sets the guide curve.
It is used to control body shape between sections. Arbitrary curve can be used as guide curve for a body. The parameter is optional.
 
table ControlPoints
 Parameter sets control points. They are used to change the correspondence of the points of the given contours.
If the list of points is not empty, then it must be consistent with the list of section curves and the coordinate systems of the Loft operation.
The parameter is optional.
 

Detailed Description

Parameters for Loft().