ModelLineWidth Class |
Namespace: Grasshopper.Rhinoceros.Drafting
The ModelLineWidth type exposes the following members.
| Name | Description | |
|---|---|---|
| ModelLineWidth | Initializes a new instance of the ModelLineWidth class | |
| ModelLineWidth(Double) | Initializes a new instance of the ModelLineWidth class |
| Name | Description | |
|---|---|---|
| IsValid |
Gets the validity of this instance. If the number is NaN, then it is considered invalid
(Inherited from GH_Number.) | |
| IsValidWhyNot |
Gets a string describing the state of "invalidness".
If the instance is valid, then this property should return Nothing or String.Empty.
(Inherited from GH_Number.) | |
| TypeDescription | (Overrides GH_NumberTypeDescription.) | |
| TypeName | (Overrides GH_NumberTypeName.) | |
| Value |
Gets or sets the internal data.
(Inherited from GH_GooT.) |
| Name | Description | |
|---|---|---|
| CastFrom | (Overrides GH_NumberCastFrom(Object).) | |
| CastToQ(Q) |
Attempt a cast to type Q.
(Inherited from GH_GooT.) | |
| CastToT(T) | (Inherited from GH_Number.) | |
| Duplicate | (Overrides GH_NumberDuplicate.) | |
| DuplicateNumber | (Inherited from GH_Number.) | |
| EmitProxy | (Inherited from GH_Number.) | |
| Equals(ModelLineWidth) | ||
| Equals(Object) | (Overrides ObjectEquals(Object).) | |
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| Read | (Inherited from GH_Number.) | |
| ScriptVariable |
This function will be called when the local IGH_Goo instance
disappears into a user Script. This would be an excellent place to
cast your IGH_Goo type to a simple data type.
(Inherited from GH_GooT.) | |
| ToString | (Overrides GH_NumberToString.) | |
| Write | (Inherited from GH_Number.) |