v1.1
 
EvolutionParameters Struct Reference

Parameters for Evolve() function. More...

Public Member Functions

 EvolutionParameters ()
 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 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.
 

Detailed Description

Parameters for Evolve() function.