|
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.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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
Parameters
- crosec
- Type: Karamba.CrossSectionsCroSec
cross section to be tested against this element
Return Value
Type:
Booleantrue if cross section and element are compatible
See Also