ToFebConvertToFebVecVec3d(IEnumerablePoint3, Boolean) Method

Converts to Vec3d.

Definition

Namespace: Karamba.Utilities
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static VectVec3d ConvertToFebVecVec3d(
	this IEnumerable<Point3> points,
	bool cMemOwn
)

Parameters

points  IEnumerablePoint3
IEnumerable of Point3 to be converted.
cMemOwn  Boolean
if the memory is managed by the garbage collector. otherwise.

Return Value

VectVec3d
Vec3d.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerablePoint3. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also