Click or drag to resize

ShapeCollectionAddTolerance Method

Add geometric tolerance.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract ToleranceShape AddTolerance(
	string text,
	Point2d point
)

Parameters

text
Type: SystemString
String representing the content of geometric tolerance
point
Type: RootPro.RootProCAD.GeometryPoint2d
Represents the coordinates of the placement point Point2d

Return Value

Type: ToleranceShape
See Also