Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D.Edge Class / Parents Field

In This Topic
    Parents Field (Solid3D.Edge)
    In This Topic
    Parent faces (available only after entity regeneration). Can be an array of one or two items. To be used in conjunction with ShellIndex.
    Syntax
    'Declaration
     
    Public Parents As Integer()
    public int[] Parents
    See Also