EdgeIndices will contain indexes into the result of GetAllEdges

Namespace: JigLibX.Geometry
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public void GetEdgesAroundPoint(
	out int[] edgeIndices,
	Box..::..BoxPointIndex pt
)
Visual Basic
Public Sub GetEdgesAroundPoint ( _
	<OutAttribute> ByRef edgeIndices As Integer(), _
	pt As Box..::..BoxPointIndex _
)
Visual C++
public:
void GetEdgesAroundPoint(
	[OutAttribute] array<int>^% edgeIndices, 
	Box..::..BoxPointIndex pt
)

Parameters

edgeIndices
Type: array<System..::..Int32>[]()[][]%

[Missing <param name="edgeIndices"/> documentation for "M:JigLibX.Geometry.Box.GetEdgesAroundPoint(System.Int32[]@,JigLibX.Geometry.Box.BoxPointIndex)"]

pt
Type: JigLibX.Geometry..::..Box..::..BoxPointIndex

[Missing <param name="pt"/> documentation for "M:JigLibX.Geometry.Box.GetEdgesAroundPoint(System.Int32[]@,JigLibX.Geometry.Box.BoxPointIndex)"]

See Also