超级版主
注册日期: 04-03
帖子: 18592
精华: 36
现金: 249466 标准币
资产: 1080358888 标准币
|
dimension type
Debug.Print " TextAll = " & swDispDim.GetText(swDimensionTextAll)
Debug.Print " TextPrefix = " & swDispDim.GetText(swDimensionTextPrefix)
Debug.Print " TextSuffix = " & swDispDim.GetText(swDimensionTextSuffix)
Debug.Print " CalloutAbove = " & swDispDim.GetText(swDimensionTextCalloutAbove)
Debug.Print " CalloutBelow = " & swDispDim.GetText(swDimensionTextCalloutBelow)
swDimensionType_e
swDimensionTypeUnknown - Dimension type could not be determined
swOrdinateDimension - Base ordinate and its subordinates are of this type
swLinearDimension - Linear dimension type
swAngularDimension - Angular dimension type
swArcLengthDimension - Arc length dimension type
swRadialDimension - Radial and diametric dimensions are of this type
swDiameterDimension
swHorOrdinateDimension - Horizontal ordinate dimension
swVertOrdinateDimension - Vertical ordinate dimension
swZAxisDimension
swChamferDimension
swHorLinearDimension - Horizontal linear dimension
swVertLinearDimension - Vertical linear dimension
swScalarDimension
|