| 
            
              FactoryCrossSectionSpring Method 
             | 
          
        
         
            Create a shell cross section with uniform properties for all faces.
            
 
    Namespace: 
   Karamba.Factories
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic CroSec_Spring Spring(
	double[] c,
	string family = "",
	string name = "",
	string country = "",
	Nullable<Color> color = null
)
Public Function Spring ( 
	c As Double(),
	Optional family As String = "",
	Optional name As String = "",
	Optional country As String = "",
	Optional color As Nullable(Of Color) = Nothing
) As CroSec_Spring
public:
CroSec_Spring^ Spring(
	array<double>^ c, 
	String^ family = L"", 
	String^ name = L"", 
	String^ country = L"", 
	Nullable<Color> color = nullptr
)
member Spring : 
        c : float[] * 
        ?family : string * 
        ?name : string * 
        ?country : string * 
        ?color : Nullable<Color> 
(* Defaults:
        let _family = defaultArg family ""
        let _name = defaultArg name ""
        let _country = defaultArg country ""
        let _color = defaultArg color null
*)
-> CroSec_Spring 
Parameters
- c
 - Type: SystemDouble
array with spring six constants (either [Force/Length] of [Moment/rad]). - family (Optional)
 - Type: SystemString
family name of a cross section for grouping in e.g. cross section optimization. - name (Optional)
 - Type: SystemString
unique identifier within a family. - country (Optional)
 - Type: SystemString
country of origin. - color (Optional)
 - Type: SystemNullableColor
color of the cross section. 
Return Value
Type: 
CroSec_Spring[Missing <returns> documentation for "M:Karamba.Factories.FactoryCrossSection.Spring(System.Double[],System.String,System.String,System.String,System.Nullable{System.Drawing.Color})"]
See Also