Click or drag to resize

LineToBeam Class

Converts lines to beams.
Inheritance Hierarchy
SystemObject
  Karamba.ElementsLineToBeam

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static class LineToBeam
Methods
  NameDescription
Public methodStatic membersolve(IEnumerablePoint3, IEnumerableIEnumerableLine3, Boolean, Boolean, Double, IEnumerableVector3, IEnumerableString, IEnumerableColor, IEnumerableCroSec, Boolean, ListPoint3, ListBuilderBeam, String)
Converts a list of list of lines to beams.
Public methodStatic membersolve(ListPoint3, ListLine3, Boolean, Boolean, Double, ListVector3, ListString, ListColor, ListCroSec, Boolean, ListPoint3, ListBuilderBeam, String)
Converts lines to beams.
Public methodStatic membersolve(IEnumerablePoint3, IEnumerableIEnumerableLine3, Boolean, Boolean, Double, IEnumerableVector3, IEnumerableString, IEnumerableColor, IEnumerableCroSec, Boolean, IEnumerableDouble, ListPoint3, ListBuilderBeam, String)
Converts a list of list of lines to beams.
Top
See Also