Skip to main content

SlicePanelResult

Kind: Class
Domain: Inspection
Canonical import: from cadflow.inspect.brep import SlicePanelResult

Signature

class SlicePanelResult(slice: 'str', samples: 'int', xor_samples: 'int') -> None

Description

SlicePanelResult(slice: 'str', samples: 'int', xor_samples: 'int')

Parameters

NameTypeRequiredDefaultSource description
slice'str'yes-Not explicitly described in the source docstring.
samples'int'yes-Not explicitly described in the source docstring.
xor_samples'int'yes-Not explicitly described in the source docstring.

Returns

Type: None

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.

Data fields

NameTypeDefault
slice'str'required
samples'int'required
xor_samples'int'required

Behavior and constraints

  • Instances are immutable dataclass values; update workflows return a replacement value.

Import check

from cadflow.inspect.brep import SlicePanelResult

See also