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.
Properties
-
wv.BranchVisibilityOptions.bodies optional
bodies: booleanWhether body nodes are considered when calculating branch visibility.
Default
```ts true ```
-
wv.BranchVisibilityOptions.cadViews optional
cadViews: booleanWhether CAD view nodes are considered when calculating branch visibility.
Default
```ts false ```
-
wv.BranchVisibilityOptions.children optional
children: booleanWhether child assembly nodes are considered when calculating branch visibility.
Default
```ts true ```
-
wv.BranchVisibilityOptions.pmis optional
pmis: booleanWhether PMI nodes are considered when calculating branch visibility.
Default
```ts true ```