Skip to main content

native_model

Kind: Function
Domain: Core runtime
Canonical import: from cadflow import native_model

Signature

def native_model() -> 'Model'

Description

Public function in the CadFlow core runtime API.

Returns

Type: 'Model'

The source docstring does not declare additional return semantics.

Errors

The source docstring does not declare a narrower exception contract. Invalid types, values, ownership, paths, or backend state may still raise the corresponding public error.

Behavior and constraints

  • Shape values remain bound to their owning session; do not use them after the session closes.

Import check

from cadflow import native_model

See also