Overview
/
KCL Standard Library
/
Functions
/
isSurface

isSurfaceFunction in std::solid

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

Arguments

NameTypeDescriptionRequired
valSolidValue to check if it is a surface or notYes

Returns

bool - A boolean value.

Examples