|
SimpleStitchgetStitch Method
|
Get stitch-object based on given FE-element.
Namespace:
Karamba.Utilities.Mappings
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected virtual Stitch getStitch(
ElementStraightLine elem
)
Protected Overridable Function getStitch (
elem As ElementStraightLine
) As Stitch
protected:
virtual Stitch^ getStitch(
ElementStraightLine^ elem
)
abstract getStitch :
elem : ElementStraightLine -> Stitch
override getStitch :
elem : ElementStraightLine -> Stitch Parameters
- elem
- Type: ElementStraightLine
feb-element to be used as template for stitching elements.
Return Value
Type:
Stitch[Missing <returns> documentation for "M:Karamba.Utilities.Mappings.SimpleStitch.getStitch(feb.ElementStraightLine)"]
See Also