![]() | APIadd |
public int addSectionByPoints( double[] x, double[] y, double CF_tw = 0, double CF_rc = 0, int material = 0, bool doNotCenter = false )
Public Function addSectionByPoints ( x As Double(), y As Double(), Optional CF_tw As Double = 0, Optional CF_rc As Double = 0, Optional material As Integer = 0, Optional doNotCenter As Boolean = false ) As Integer Dim instance As API Dim x As Double() Dim y As Double() Dim CF_tw As Double Dim CF_rc As Double Dim material As Integer Dim doNotCenter As Boolean Dim returnValue As Integer returnValue = instance.addSectionByPoints(x, y, CF_tw, CF_rc, material, doNotCenter)
public: int addSectionByPoints( array<double>^ x, array<double>^ y, double CF_tw = 0, double CF_rc = 0, int material = 0, bool doNotCenter = false )
member addSectionByPoints : x : float[] * y : float[] * ?CF_tw : float * ?CF_rc : float * ?material : int * ?doNotCenter : bool (* Defaults: let _CF_tw = defaultArg CF_tw 0 let _CF_rc = defaultArg CF_rc 0 let _material = defaultArg material 0 let _doNotCenter = defaultArg doNotCenter false *) -> int
(c) NextFEM 2015-2025