LineToBeam Class
Converts lines to beams.
Namespace: Karamba.ElementsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public static class LineToBeam
Public NotInheritable Class LineToBeam
public ref class LineToBeam abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type LineToBeam = class end
- Inheritance
- Object LineToBeam
solve(IEnumerablePoint3, IEnumerableIEnumerableLine3, Boolean, Boolean, Double, ListVector3, ListString, ListColor, ListCroSec, Boolean, ListPoint3, ListBuilderBeam, String)
|
Converts a list of list of lines to beams.
|
solve(IEnumerablePoint3, IEnumerableIEnumerableLine3, Boolean, Boolean, Double, ListVector3, ListString, ListColor, ListCroSec, Boolean, ListVector3, ListPoint3, ListBuilderBeam, String)
|
Converts a list of list of lines to beams.
|
solve(ListPoint3, ListLine3, Boolean, Boolean, Double, ListVector3, ListString, ListColor, ListCroSec, ListVector3, Boolean, ListPoint3, ListBuilderBeam, String)
|
Converts flattened list of lines to beams.
|
solve(ListPoint3, ListLine3, Boolean, Boolean, Double, ListVector3, ListString, ListColor, ListCroSec, ListDouble, Boolean, ListPoint3, ListBuilderBeam, String)
|
Converts flattened list of lines to beams.
|