|
SimpleStitchgetStitch Method
|
get stich-object based on given FE-element
Namespace:
Karamba.Utilities.Mappings
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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
[Missing <param name="elem"/> documentation for "M:Karamba.Utilities.Mappings.SimpleStitch.getStitch(feb.ElementStraightLine)"]
Return Value
Type:
Stitch[Missing <returns> documentation for "M:Karamba.Utilities.Mappings.SimpleStitch.getStitch(feb.ElementStraightLine)"]
See Also