Eyeshot 10 WinForms API Reference
Solid.EdgeData Constructor

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Solid.EdgeData Structure : Solid.EdgeData Constructor
Begin vertex
End vertex
Type
Previous edge
Next edge
Previous face
Next face
Angle
Standard contructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal beginVertex As Integer, _
   ByVal endVertex As Integer, _
   ByVal type As Integer, _
   ByVal previousEdge As Integer, _
   ByVal nextEdge As Integer, _
   ByVal previousFace As Integer, _
   ByVal nextFace As Integer, _
   ByVal angle As Integer _
)
public Solid.EdgeData( 
   int beginVertex,
   int endVertex,
   int type,
   int previousEdge,
   int nextEdge,
   int previousFace,
   int nextFace,
   int angle
)

Parameters

beginVertex
Begin vertex
endVertex
End vertex
type
Type
previousEdge
Previous edge
nextEdge
Next edge
previousFace
Previous face
nextFace
Next face
angle
Angle
See Also

Reference

Solid.EdgeData Structure
Solid.EdgeData Members