BuilderElementStraightLineaccepts Method
Returns true if the given cross section can be applied to the element. Returns false if
you test e.g. a shell cross section against a beam element.
Namespace: Karamba.ElementsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public override bool accepts(
CroSec crosec
)
Public Overrides Function accepts (
crosec As CroSec
) As Boolean
public:
virtual bool accepts(
CroSec^ crosec
) override
abstract accepts :
crosec : CroSec -> bool
override accepts :
crosec : CroSec -> bool
- crosec CroSec
- cross section to be tested against this element.
Booleantrue if cross section and element are compatible.