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