Click or drag to resize

Support Constructor (Point3, 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(
	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