v1.1
 
RevolutionParameters Struct Reference

Parameters for Revolve(). More...

Public Member Functions

 RevolutionParameters (number CounterClockwiseRotationAngle)
 Constructor.
 

Public Attributes

number CounterClockwiseRotationAngle
 A counter-clockwise rotation angle.
 
number ClockwiseRotationAngle
 A clockwise rotation angle.
 
number OutwardOffset
 The parameter sets the outward offset of the generatrix curve.
Used to build a thin-walled body.
If OutwardOffset = 0 and InwardOffset = 0 then solid body is built along the contour.
 
number InwardOffset
 The parameter sets the inward offset of the generatrix curve.
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 Revolve().

Constructor & Destructor Documentation

◆ RevolutionParameters()

RevolutionParameters::RevolutionParameters ( number CounterClockwiseRotationAngle)

Constructor.

Parameters
CounterClockwiseRotationAngleA counter-clockwise rotation angle.