Click or drag to resize

ExtensionGetVertices Method (Loop)

[Missing <summary> documentation for "M:Demo3D.Visuals.Extension.GetVertices(Demo3D.BREP.Loop)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static Vector3[] GetVertices(
	this Loop loop
)

Parameters

loop
Type: Loop

[Missing <param name="loop"/> documentation for "M:Demo3D.Visuals.Extension.GetVertices(Demo3D.BREP.Loop)"]

Return Value

Type: Vector3

[Missing <returns> documentation for "M:Demo3D.Visuals.Extension.GetVertices(Demo3D.BREP.Loop)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Loop. 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