![]() | APIadd |
public string[] addMeshedWall( int ID, double origX, double origY, double origZ, int div1, int div2, string plan, double leng, double hei, double angle = 0, string tilt = "0", int nodeOffset = 10000, bool isHorizontal = false )
Public Function addMeshedWall ( ID As Integer, origX As Double, origY As Double, origZ As Double, div1 As Integer, div2 As Integer, plan As String, leng As Double, hei As Double, Optional angle As Double = 0, Optional tilt As String = "0", Optional nodeOffset As Integer = 10000, Optional isHorizontal As Boolean = false ) As String() Dim instance As API Dim ID As Integer Dim origX As Double Dim origY As Double Dim origZ As Double Dim div1 As Integer Dim div2 As Integer Dim plan As String Dim leng As Double Dim hei As Double Dim angle As Double Dim tilt As String Dim nodeOffset As Integer Dim isHorizontal As Boolean Dim returnValue As String() returnValue = instance.addMeshedWall(ID, origX, origY, origZ, div1, div2, plan, leng, hei, angle, tilt, nodeOffset, isHorizontal)
public: array<String^>^ addMeshedWall( int ID, double origX, double origY, double origZ, int div1, int div2, String^ plan, double leng, double hei, double angle = 0, String^ tilt = L"0", int nodeOffset = 10000, bool isHorizontal = false )
member addMeshedWall : ID : int * origX : float * origY : float * origZ : float * div1 : int * div2 : int * plan : string * leng : float * hei : float * ?angle : float * ?tilt : string * ?nodeOffset : int * ?isHorizontal : bool (* Defaults: let _angle = defaultArg angle 0 let _tilt = defaultArg tilt "0" let _nodeOffset = defaultArg nodeOffset 10000 let _isHorizontal = defaultArg isHorizontal false *) -> string[]
(c) NextFEM 2015-2025