|
FactorySupportSupport Method (Point3, IReadOnlyListBoolean, Plane3)
|
Create a support at the given position.
Namespace:
Karamba.Factories
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic virtual Support Support(
Point3 pos,
IReadOnlyList<bool> conditions,
Plane3 orientation = null
)
Public Overridable Function Support (
pos As Point3,
conditions As IReadOnlyList(Of Boolean),
Optional orientation As Plane3 = Nothing
) As Support
public:
virtual Support^ Support(
Point3 pos,
IReadOnlyList<bool>^ conditions,
Plane3^ orientation = nullptr
)
abstract Support :
pos : Point3 *
conditions : IReadOnlyList<bool> *
?orientation : Plane3
(* Defaults:
let _orientation = defaultArg orientation null
*)
-> Support
override Support :
pos : Point3 *
conditions : IReadOnlyList<bool> *
?orientation : Plane3
(* Defaults:
let _orientation = defaultArg orientation null
*)
-> Support
Parameters
- pos
- Type: Karamba.GeometryPoint3
position where to place the support. In case there is o node of the model an exception
results when assembling the model. - conditions
- Type: System.Collections.GenericIReadOnlyListBoolean
List of 6 bools. Corresponds to threee translations and three rotations. True means the
corresponding DOF is fixed. - orientation (Optional)
- Type: Karamba.GeometryPlane3
Plane with the coordinate system the support conditions refer to.
Return Value
Type:
Support[Missing <returns> documentation for "M:Karamba.Factories.FactorySupport.Support(Karamba.Geometry.Point3,System.Collections.Generic.IReadOnlyList{System.Boolean},Karamba.Geometry.Plane3)"]
See Also