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.

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public override bool accepts(
	CroSec crosec
)

Parameters

crosec  CroSec
cross section to be tested against this element.

Return Value

Boolean
true if cross section and element are compatible.

See Also