AddTolerance Method |
Creates a tolerance entity.
Signature
RetVal = object.AddTolerance(Text, InsertionPoint, Direction)
Object
ModelSpace Collection,
PaperSpace
Collection, 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
Tolerance object
The newly created Tolerance object.
Comments? |