[]
Casting operator to convert a double into a uniform C1Thickness.
public static implicit operator C1Thickness(double uniformLength)
Type | Name | Description |
---|---|---|
double | uniformLength | The double specifying uniform length. |
Type | Description |
---|---|
C1Thickness |
Casting operator to convert a string into a C1Thickness.
public static implicit operator C1Thickness(string thicknessString)
Type | Name | Description |
---|---|---|
string | thicknessString | The string specifying the thickness. |
Type | Description |
---|---|
C1Thickness |