Click or drag to resize

Support Constructor (Point3, IReadOnlyListBoolean, Plane3)

Initializes a new instance of the Support class. create a new support at node with given index.

Namespace:  Karamba.Supports
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Support(
	Point3 pos,
	IReadOnlyList<bool> cond,
	Plane3 plane
)

Parameters

pos
Type: Karamba.GeometryPoint3
position of node where to place the support.
cond
Type: System.Collections.GenericIReadOnlyListBoolean
support conditions (true == supported; false == free).
plane
Type: Karamba.GeometryPlane3
reference plane for orienting the support.
See Also