![]() | APIadd |
public bool addFillInSection( int sectionID, double[] x, double[] y, int material = 0, bool doNotCenter = false )
Public Function addFillInSection ( 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.addFillInSection(sectionID, x, y, material, doNotCenter)
public: bool addFillInSection( int sectionID, array<double>^ x, array<double>^ y, int material = 0, bool doNotCenter = false )
member addFillInSection : 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