Click or drag to resize

CentralSettingsUserOkayWithBakingInvalidObject Method

Show the warning for baking invalid objects, or return the default choice if the warning is disabled.

Namespace:  Grasshopper
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static bool UserOkayWithBakingInvalidObject(
	string objectType = "object"
)

Parameters

objectType (Optional)
Type: SystemString

Return Value

Type: Boolean
True if object ought to be baked, false if not.
See Also