Click or drag to resize

BuilderBeam Constructor (Point3, Point3)

Initializes a new instance of the BuilderBeam class. Create a beam-builder from two node positions.

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

Parameters

p1
Type: Karamba.GeometryPoint3
position of starting node.
p2
Type: Karamba.GeometryPoint3
position of end node.
See Also