Conic frustums require the following parameters, typically formatted as follows:
BaseRadius<spc>TopRadius<spc>Height<spc>XOffset<spc>YOffset<nl>
where BaseRadius is a double defining the radius of the base of the frustum, TopRadius is a double defining the radius of the top of the frustum, Height is a double defining the distance, measured along the local Z-axis, between the base and the top of the frustum, XOffset is a double containing an offset from the X-axis local origin for the top of the frustum, YOffset is a double containing an offset from the Y-axis local origin for the top of the frustum, <spc> is the space character and <nl> is the newline sequence.
Frustums are drawn with their base on the local X-Y plane, with the cell origin used as the center of the base, and the frustum extending up along the local Z-axis.
Comments
Post new comment