ISymbolBuilderBuildMomentSymbol Method
Builds a geometrical object or multiple geometrical objects depicting a concentrated bending moment load.
Namespace: Karamba.GHopper.UIParametricAssembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
List<IGH_GeometricGoo> BuildMomentSymbol(
Point3d p0,
Vector3d m,
double scale
)
Function BuildMomentSymbol (
p0 As Point3d,
m As Vector3d,
scale As Double
) As List(Of IGH_GeometricGoo)
List<IGH_GeometricGoo^>^ BuildMomentSymbol(
Point3d p0,
Vector3d m,
double scale
)
abstract BuildMomentSymbol :
p0 : Point3d *
m : Vector3d *
scale : float -> List<IGH_GeometricGoo>
- p0 Point3d
- Position of the bending moment load.
- m Vector3d
- Vector of the bending moment.
- scale Double
- Scaling factor.
ListIGH_GeometricGooGH wrapped geometry of the bending moment load symbol.