Click or drag to resize

BasicShapeGetPointAtLength Method

Acquires a point ahead by a specified length from the specified parameter on the figure.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract PointOnShape GetPointAtLength(
	double param,
	double length
)

Parameters

param
Type: SystemDouble
start parameter
length
Type: SystemDouble
Length traveling on the figure

Return Value

Type: PointOnShape
point at a position advanced by the specified length
See Also