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
)
Public MustOverride Function AddTolerance (
text As String,
point As Point2d
) As ToleranceShape
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:
ToleranceShapeSee Also