Description Data structure for a Ruled Surface (IGES type 118).
Definition Type T_RULEDSURF curve1 As Long curve2 As Long crossConnect As Boolean End Type
Members curve1 Identifier of the first curve in the Ruled Surface
curve2 Identifier of the second curve in the Ruled Surface
crossConnect Determines how the curves are connected. If True, the first point of curve1 is joined to the first point of curve2. If False, the first point of curve1 is joined to the last point of curve2.
Used as Parameter in Examples
|