![]() | APIadd |
public bool addRectangleInSection( int sectionID, double b, double h, double centerX, double centerY, bool isEmpty = false, int material = 0, bool doNotCenter = false )
Public Function addRectangleInSection ( sectionID As Integer, b As Double, h As Double, centerX As Double, centerY As Double, Optional isEmpty As Boolean = false, Optional material As Integer = 0, Optional doNotCenter As Boolean = false ) As Boolean Dim instance As API Dim sectionID As Integer Dim b As Double Dim h As Double Dim centerX As Double Dim centerY As Double Dim isEmpty As Boolean Dim material As Integer Dim doNotCenter As Boolean Dim returnValue As Boolean returnValue = instance.addRectangleInSection(sectionID, b, h, centerX, centerY, isEmpty, material, doNotCenter)
public: bool addRectangleInSection( int sectionID, double b, double h, double centerX, double centerY, bool isEmpty = false, int material = 0, bool doNotCenter = false )
member addRectangleInSection : sectionID : int * b : float * h : float * centerX : float * centerY : float * ?isEmpty : bool * ?material : int * ?doNotCenter : bool (* Defaults: let _isEmpty = defaultArg isEmpty false let _material = defaultArg material 0 let _doNotCenter = defaultArg doNotCenter false *) -> bool
(c) NextFEM 2015-2025