IStateElement1DDisplacedCoordinateSystems Method

Gets the local CoordinateSystem3 of the deformed element at the base point. The origin of the CoordinateSystem3 is the deformed base point.

Definition

Namespace: Karamba.Elements.States
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
IEnumerable<CoordinateSystem3> DisplacedCoordinateSystems(
	double scalingFactor = 1,
	Vec3dProjector projector = null
)

Parameters

scalingFactor  Double  (Optional)
Scales the displacements for setting the origin of the coordinate system.
projector  Vec3dProjector  (Optional)
Projects the displacement on a plane or to a direction.

Return Value

IEnumerableCoordinateSystem3
The local CoordinateSystem3.

See Also