Skip to main content

apply_tag_rselection

Kind: Function
Domain: Modeling and geometry
Canonical import: from cadflow import apply_tag_rselection

Signature

def apply_tag_rselection(scope: 'AnyShape', targets: 'Union[ShapeSelector, Sequence[AnyShape]]', tag: 'str', topology_propagation: 'str | TopologyPropagation' = <TopologyPropagation.LOCAL: 'local'>, lineage_policy: 'str | LineagePolicy' = <LineagePolicy.CONTINUATION_FRAGMENT: 'continuation_fragment'>) -> 'AnyShape'

Description

Return a semantic shape view with a canonical tag assignment.

Parameters

NameTypeRequiredDefaultSource description
scope'AnyShape'yes-Not explicitly described in the source docstring.
targets'Union[ShapeSelector, Sequence[AnyShape]]'yes-Not explicitly described in the source docstring.
tag'str'yes-Not explicitly described in the source docstring.
topology_propagation'str | TopologyPropagation'no&lt;TopologyPropagation.LOCAL: 'local'&gt;Not explicitly described in the source docstring.
lineage_policy'str | LineagePolicy'no&lt;LineagePolicy.CONTINUATION_FRAGMENT: 'continuation_fragment'&gt;Not explicitly described in the source docstring.

Returns

Type: 'AnyShape'

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 apply_tag_rselection

See also