Overview
/
KCL Standard Library
/
Functions
/
isSolid

isSolidFunction in std::solid

Given a KCL value that is a "body" (currently typed as Solid), returns true if the value is a solid and false otherwise.

Arguments

NameTypeDescriptionRequired
valSolidValue to check if it is a solid or notYes

Returns

bool - A boolean value.

Examples