Click or drag to resize

ShapeCollectionAddAngularDimension Method

Add angular dimensions.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract AngularDimensionShape AddAngularDimension(
	Point2d centerPoint,
	Point2d startPoint,
	Point2d endPoint,
	double radius
)

Parameters

centerPoint
Type: RootPro.RootProCAD.GeometryPoint2d
Represents the coordinates of the center point Point2d
startPoint
Type: RootPro.RootProCAD.GeometryPoint2d
representing the coordinates of the origin base point Point2d
endPoint
Type: RootPro.RootProCAD.GeometryPoint2d
representing the coordinates of the base point of the endpoint Point2d
radius
Type: SystemDouble
radius

Return Value

Type: AngularDimensionShape
Represents a geometry of angular dimensions AngularDimensionShape
See Also