|
发表于 2004-6-22 19:21:00
|
显示全部楼层
是从ActiveX and VBA Reference帮助里转化而来的
RetVal = object.AddTolerance(Text, InsertionPoint, Direction)
Object
, ,
The object or objects this method applies to.
Text
String; input-only
The text string for the tolerance.
InsertionPoint
Variant (three-element array of doubles); input-only
The 3D WCS coordinates in the drawing specifying the placement of the tolerance symbol.
Direction
Variant (three-element array of doubles); input-only
A 3D directional vector specifying the direction of the tolerance symbol.
RetVal
object
The newly created Tolerance object. |
|