|
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)
Syntaxpublic Support(
Point3 pos,
IReadOnlyList<bool> cond,
Plane3 plane
)
Public Sub New (
pos As Point3,
cond As IReadOnlyList(Of Boolean),
plane As Plane3
)
public:
Support(
Point3 pos,
IReadOnlyList<bool>^ cond,
Plane3^ plane
)
new :
pos : Point3 *
cond : IReadOnlyList<bool> *
plane : Plane3 -> Support
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