Click or drag to resize

Support Constructor (Int32, IReadOnlyListBoolean, Plane3)

create a new support at node with given index

Namespace:  Karamba.Supports
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Support(
	int ID,
	IReadOnlyList<bool> cond,
	Plane3 plane
)

Parameters

ID
Type: SystemInt32
index of node where to place the support
cond
Type: System.Collections.GenericIReadOnlyListBoolean
support conditions. True=locked.
plane
Type: Karamba.GeometryPlane3
reference plane for orienting the support
See Also