Click or drag to resize

ShapeCollectionAddParallelDimension Method

Add parallel 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 ParallelDimensionShape AddParallelDimension(
	Point2d startPoint,
	Point2d endPoint,
	double projectionLineLength
)

Parameters

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
projectionLineLength
Type: SystemDouble
Extension line length (length from the base point to the starting point of the dimension line)

Return Value

Type: ParallelDimensionShape
Representing figures of parallel dimensions ParallelDimensionShape
See Also