Click or drag to resize

BuilderElementStraightLine Constructor (Point3, Point3)

Initializes a new instance of the BuilderElementStraightLine class. define a straight line element from two end-points.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected BuilderElementStraightLine(
	Point3 p1,
	Point3 p2
)

Parameters

p1
Type: Karamba.GeometryPoint3
starting point.
p2
Type: Karamba.GeometryPoint3
end-point.
See Also