|
MeshUnitLoadgen_type Property
|
Gets the list of bool indicating which equivalent types of load to create ([0]..true->PointLoads; [1]..true->LineLoads).
Namespace:
Karamba.Loads
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic List<bool> gen_type { get; }
Public ReadOnly Property gen_type As List(Of Boolean)
Get
public:
property List<bool>^ gen_type {
List<bool>^ get ();
}
member gen_type : List<bool> with get
Property Value
Type:
ListBoolean
See Also