![]() | APIadd |
public bool addCircleInSection( int sectionID, double diameter, double centerX, double centerY, bool isEmpty = false, int material = 0, bool doNotCenter = false )
Public Function addCircleInSection ( sectionID As Integer, diameter 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 diameter 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.addCircleInSection(sectionID, diameter, centerX, centerY, isEmpty, material, doNotCenter)
public: bool addCircleInSection( int sectionID, double diameter, double centerX, double centerY, bool isEmpty = false, int material = 0, bool doNotCenter = false )
member addCircleInSection : sectionID : int * diameter : 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