Click or drag to resize

ShapeFactoryCreateHalfInfiniteLine Method

Create a new instance of semi-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 HalfInfiniteLineShape CreateHalfInfiniteLine(
	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: HalfInfiniteLineShape
Representing infinite line geometry HalfInfiniteLineShape
See Also