GeometricLine.addFibre


addFibre(fibreName, localCoordz, localCoordy, [section], [isUserDefined])

Adds a new beam fibre location to a specified section of this beam

fibreNamestringIdentifies the new fibre
localCoordzdoubleThe local z coordinate of the fibre
localCoordydoubleThe local y coordinate of the fibre
sectionoptional integer section for which the fibre is set (default is 0)
isUserDefinedoptional boolean true if user edited the calculated location (default is false)
Return valuePointer to this objectAllows multiple function calls to be chained together

Back to GeometricLine

Back to Overview