GH_ObjectWrapper Class |
Namespace: Grasshopper.Kernel.Types
The GH_ObjectWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
| GH_ObjectWrapper | Initializes a new instance of the GH_ObjectWrapper class | |
| GH_ObjectWrapper(Object) | Initializes a new instance of the GH_ObjectWrapper class |
| Name | Description | |
|---|---|---|
| ClippingBox | ||
| IsValid | (Overrides GH_GooTIsValid.) | |
| 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_GooT.) | |
| TypeDescription | (Overrides GH_GooTTypeDescription.) | |
| TypeName | (Overrides GH_GooTTypeName.) | |
| Value |
Gets or sets the internal data.
(Inherited from GH_GooT.) |
| Name | Description | |
|---|---|---|
| BakeGeometry | ||
| CastFrom | (Overrides GH_GooTCastFrom(Object).) | |
| CastToQ(Q) |
Attempt a cast to type Q.
(Inherited from GH_GooT.) | |
| CastToT(T) | (Overrides GH_GooTCastToQ(Q).) | |
| DrawViewportMeshes | ||
| DrawViewportWires | ||
| Duplicate | (Overrides GH_GooTDuplicate.) | |
| DuplicateObject | ||
| EmitProxy | (Overrides GH_GooTEmitProxy.) | |
| Read | (Overrides GH_GooTRead(GH_IReader).) | |
| ScriptVariable | (Overrides GH_GooTScriptVariable.) | |
| ToString | (Overrides GH_GooTToString.) | |
| Write |
Default behaviour is to return True.
(Inherited from GH_GooT.) |