Overview | Statement List | Example
obj = SOLCON/ORIGIN,xc,yc,zc,HEIGHT,h,DIAMTR,d1,d2[,AXIS,i,j,k][,IFERR,label:]
允许您创建一个参数化实体锥。
参数 |
描述 |
ORIGIN |
Minor word indicating that the next values specify the origin of the cone. |
xc,yc,zc |
Work coordinate values specifying the cone's origin. The origin is either the center of one of its circular faces or at it's apex, depending on whether the height value specified is positive or negative. |
HEIGHT |
Minor word indicating that the next value specifies the height of the cone. |
h |
The height of the cone. The height is the distance between the two circular faces of the cone. Height can be positive or negative and determines one of two possible cones. |
DIAMTR |
Minor word indicating that the next values specify the cone's diameter. |
d1 |
The diameter of the cone at its origin. |
d2 |
The diameter of the cone at its apex. |
AXIS |
Optional minor word indicating that the next values specify define the cone's axis. |
i,j,k |
Specifies a vector which defines the axis of the cone. The system defines the cone axis parallel to the specified vector. If none is specified, the system defines the axis parallel to the ZC axis of the WCS. |
IFERR,label: |
Specifies a label to which program execution jumps if an error occurs. Possible errors include an invalidly specified axis or origin, parameter values not within the correct range, etc. |