Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Beam Class / SubdivisionNumber Property

In This Topic
    SubdivisionNumber Property (Beam)
    In This Topic
    Number of sections in which we calculate the moments and forces for drawings. By default it is 10.
    Syntax
    'Declaration
     
    Public Property SubdivisionNumber As Integer
    public int SubdivisionNumber {get; set;}
    See Also