|
ModelBuilderFEbuildLineJoints Method
|
build line joints in a c++-model.
Namespace:
Karamba.Models
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected void buildLineJoints(
Model feb_model
)
Protected Sub buildLineJoints (
feb_model As Model
)
protected:
void buildLineJoints(
Model^ feb_model
)
member buildLineJoints :
feb_model : Model -> unit
Parameters
- feb_model
- Type: Model
c++-model where to add the line-joints.
See Also