Description Data structure for surfaces formed by revolving a curve about an axis.
Definition Type T_REVOLVESURF startAngle As Double endAngle As Double x1 As Double y1 As Double z1 As Double x2 As Double y2 As Double z2 As Double curve As Long End Type
Members startAngle Angle at which the surface starts
endAngle Angle at which the surface ends
x1 X component of the starting point of the axis of revolution
y1 Y component of the starting point of the axis of revolution
z1 Z component of the starting point of the axis of revolution
x2 X component of the ending point of the axis of revolution
y2 Y component of the ending point of the axis of revolution
z2 Z component of the ending point of the axis of revolution
curve Identifier of the curve used to form the surface.
Remarks The axis of revolution is defined by the two points (x1,y1,z1) and (x2,y2,z2).
Used as Parameter in Examples
|