Function polygon

Source
pub async fn polygon(
    exec_state: &mut ExecState,
    args: Args,
) -> Result<KclValue, KclError>
Expand description

Create a regular polygon with the specified number of sides and radius.