Skip to main content

geometry_ref_from_face

Kind: Function
Domain: Simulation handoff
Canonical import: from cadflow import geometry_ref_from_face

Signature

def geometry_ref_from_face(face: 'Any', *, flip: 'bool' = False) -> 'GeometryRef'

Description

Create a replayable geometric face reference from a public Face.

Other public imports

  • from cadflow.simulation import geometry_ref_from_face

Parameters

NameTypeRequiredDefaultSource description
face'Any'yes-Not explicitly described in the source docstring.
flip'bool'noFalseNot explicitly described in the source docstring.

Returns

Type: 'GeometryRef'

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

  • The contract below is generated from the current public runtime signature. Check domain notes for ownership and workflow constraints.

Import check

from cadflow import geometry_ref_from_face

See also