CroSec_BeamConvertTo Method

convert this cross section to the other cross section and clone it.

Definition

Namespace: Karamba.CrossSections
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public CroSec_Beam ConvertTo(
	CroSec_Beam other
)

Parameters

other  CroSec_Beam
Cross section from which the geometry is taken.

Return Value

CroSec_Beam
this cross section with mechanic properties of other cross section.

See Also