Click or drag to resize

FactorySupportSupport Method (Int32, IReadOnlyListBoolean, Plane3)

create a support at the given position

Namespace:  KarambaCommon.Factories
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual Support Support(
	int ind,
	IReadOnlyList<bool> conditions,
	Plane3 orientation = null
)

Parameters

ind
Type: SystemInt32
index of the node where to place the support. In case there is o node of the model an exception results when assembling the model
conditions
Type: System.Collections.GenericIReadOnlyListBoolean
List of 6 bools. Corresponds to threee translations and three rotations. True means the corresponding DOF is fixed.
orientation (Optional)
Type: Karamba.GeometryPlane3
Plane with the coordinate system the support conditions refer to.

Return Value

Type: Support

[Missing <returns> documentation for "M:KarambaCommon.Factories.FactorySupport.Support(System.Int32,System.Collections.Generic.IReadOnlyList{System.Boolean},Karamba.Geometry.Plane3)"]

See Also