|
LineToBeam Class
|
Converts lines to beams.
Inheritance Hierarchy
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static class LineToBeam
Public NotInheritable Class LineToBeam
public ref class LineToBeam abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type LineToBeam = class end
Methods
| Name | Description |
---|
  | solve(IEnumerablePoint3, IEnumerableIEnumerableLine3, Boolean, Boolean, Double, IEnumerableVector3, IEnumerableString, IEnumerableColor, IEnumerableCroSec, Boolean, ListPoint3, ListBuilderBeam, String) |
Converts a list of list of lines to beams.
|
  | solve(ListPoint3, ListLine3, Boolean, Boolean, Double, ListVector3, ListString, ListColor, ListCroSec, Boolean, ListPoint3, ListBuilderBeam, String) |
Converts lines to beams.
|
  | solve(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