ISymbolBuilderBuildMomentSymbol Method

Builds a geometrical object or multiple geometrical objects depicting a concentrated bending moment load.

Definition

Namespace: Karamba.GHopper.UIParametric
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
List<IGH_GeometricGoo> BuildMomentSymbol(
	Point3d p0,
	Vector3d m,
	double scale
)

Parameters

p0  Point3d
Position of the bending moment load.
m  Vector3d
Vector of the bending moment.
scale  Double
Scaling factor.

Return Value

ListIGH_GeometricGoo
GH wrapped geometry of the bending moment load symbol.

See Also