Linear traction - HiStructClient/femcad-doc GitHub Wiki

Traction

Traction enables to draw volume between two sections. Input values are two section gblocks.

 traction {t1} sections { section1, section2} layer Layer

Using LinearTractionPart.fcs in FcsComponent enables to draw linear traction by update basic variables as HeadSection, EndSection, Length etc.

example

The following shape is generated from two rectangular sections (1x1m on left and 2x1m on right) along 4m long line parallel to X axis:

Arc traction

It is also possible to pull particular section not linearly but along arc line.

 traction {tr1} sections {gbHeadSection,gbEndSection} curvelcs {cl1} layer Layer

The following shape is generated from two rectangular sections along 45° arc line:

⚠️ **GitHub.com Fallback** ⚠️