|
PolyLine3 Constructor (Point3, Point3)
|
Initializes a new instance of the
PolyLine3 class.
Create polyline line segment.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic PolyLine3(
Point3 a,
Point3 b
)
Public Sub New (
a As Point3,
b As Point3
)
public:
PolyLine3(
Point3 a,
Point3 b
)
new :
a : Point3 *
b : Point3 -> PolyLine3Parameters
- a
- Type: Karamba.GeometryPoint3
[Missing <param name="a"/> documentation for "M:Karamba.Geometry.PolyLine3.#ctor(Karamba.Geometry.Point3,Karamba.Geometry.Point3)"]
- b
- Type: Karamba.GeometryPoint3
[Missing <param name="b"/> documentation for "M:Karamba.Geometry.PolyLine3.#ctor(Karamba.Geometry.Point3,Karamba.Geometry.Point3)"]
See Also