Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Fem Namespace / Beam2D Class / SubdivisionNumber Property

In This Topic
    SubdivisionNumber Property (Beam2D)
    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