CadEntityPutFilled
Sets the filled of the entity.
void CadEntityPutFilled (
YuHandle hEnt,
std::int32_t bFilled
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- bFilled (std::int32_t)
- Boolean flag: nonzero = true / enabled, 0 = false / disabled.
Return Value
None.