Setting contoursinterval for grading via Lisp

In BricsCAD V22 we have for example a function
(tin:setmajorcontoursinterval tinEname interval)
Is there anything similar for gradings ? In the developers reference there is nothing listed.
So i tried
(tingr:set-majorcontoursinterval grEname interval)
but function doesn't exist...
Mathias

Comments

  • Hi Mathias,
    Just use the (tin:set-majorcontoursinterval Ename interval) function and pass the ename of the grading surface...
    The grading surface is also a tin, i think it is undocumented .... ;)
    It works for me in V23 version!
  • They are indeed documented in the .NET API documentation as properties of the grading class which inherits from the Bricscad.Civil.TinSurfaceStatic class