| ShapeFactoryCreateTolerance Method  | 
 
            Create a new instance of geometric tolerance.
            
 
    Namespace: 
   RootPro.RootProCAD
    Assembly:
   RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
 Syntax
Syntaxpublic abstract ToleranceShape CreateTolerance(
	string text,
	Point2d point
)
Public MustOverride Function CreateTolerance ( 
	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: 
ToleranceShape See Also
See Also