BranchVisibilityOptions

class wv.BranchVisibilityOptions()

Options for which types of child nodes to consider when calculating branch visibility. By default, all types of child nodes are considered except for CAD views.

Index

Properties

Properties

wv.BranchVisibilityOptions.bodies

optional

bodies: boolean

Whether body nodes are considered when calculating branch visibility.

Default

```ts true ```

wv.BranchVisibilityOptions.cadViews

optional

cadViews: boolean

Whether CAD view nodes are considered when calculating branch visibility.

Default

```ts false ```

wv.BranchVisibilityOptions.children

optional

children: boolean

Whether child assembly nodes are considered when calculating branch visibility.

Default

```ts true ```

wv.BranchVisibilityOptions.pmis

optional

pmis: boolean

Whether PMI nodes are considered when calculating branch visibility.

Default

```ts true ```