Click or drag to resize

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)
Syntax
public override bool accepts(
	CroSec crosec
)

Parameters

crosec
Type: Karamba.CrossSectionsCroSec
cross section to be tested against this element

Return Value

Type: Boolean
true if cross section and element are compatible
See Also