Click or drag to resize

FactoryLoadPointLoad Method (Point3, Vector3, Vector3, Int32, Boolean)

create a point-load

Namespace:  KarambaCommon.Factories
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual PointLoad PointLoad(
	Point3 pos,
	Vector3 force,
	Vector3 moment = null,
	int loadCase = 0,
	bool local = false
)

Parameters

pos
Type: Karamba.GeometryPoint3
position where the load shall be placed. In case there is no model node at that position an exeption results upon model assembly
force
Type: Karamba.GeometryVector3
vector of point force applied
moment (Optional)
Type: Karamba.GeometryVector3
vector of point moment applied
loadCase (Optional)
Type: SystemInt32
index of load-case. Is 0 by default
local (Optional)
Type: SystemBoolean
If 'true' the load is defined with respect to nodes local coordinate system which moves with the deflected system. The default is 'false'.

Return Value

Type: PointLoad

[Missing <returns> documentation for "M:KarambaCommon.Factories.FactoryLoad.PointLoad(Karamba.Geometry.Point3,Karamba.Geometry.Vector3,Karamba.Geometry.Vector3,System.Int32,System.Boolean)"]

See Also