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