是从ActiveX and VBA Reference帮助里转化而来的
RetVal = object.AddTolerance(Text, InsertionPoint, Direction)
Object
MSITStore:C:\Program%20Files\AutoCAD%202004\help\acadauto.chm::/idh_modelspace_collection.htm" target="_blank" >ModelSpace Collection, MSITStore:C:\Program%20Files\AutoCAD%202004\help\acadauto.chm::/idh_paperspace_collection.htm" target="_blank" >PaperSpace Collection, MSITStore:C:\Program%20Files\AutoCAD%202004\help\acadauto.chm::/idh_block_object.htm" target="_blank" >Block 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
MSITStore:C:\Program%20Files\AutoCAD%202004\help\acadauto.chm::/idh_tolerance_object.htm" target="_blank" >Tolerance object The newly created Tolerance object. |