Click or drag to resize

ShapeFactoryCreateInfiniteLine Method

Create a new instance of an infinite line.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract InfiniteLineShape CreateInfiniteLine(
	Point2d point,
	double angle
)

Parameters

point
Type: RootPro.RootProCAD.GeometryPoint2d
represents the coordinates of the passing point Point2d
angle
Type: SystemDouble
Line angle (Degree)

Return Value

Type: InfiniteLineShape
Represents infinite line geometry InfiniteLineShape
See Also