onshape-cadscript
Preparing search index...
BooleanFeature
Interface BooleanFeature
interface
BooleanFeature
{
id
:
string
;
kind
:
"boolean"
;
name
?:
string
;
operation
:
"UNION"
|
"SUBTRACTION"
|
"INTERSECTION"
;
targets
?:
readonly
QueryRef
[]
;
tools
:
readonly
QueryRef
[]
;
}
Hierarchy (
View Summary
)
FeatureBase
<
"boolean"
>
BooleanFeature
Index
Properties
id
kind
name?
operation
targets?
tools
Properties
Readonly
id
id
:
string
Readonly
kind
kind
:
"boolean"
Optional
Readonly
name
name
?:
string
Readonly
operation
operation
:
"UNION"
|
"SUBTRACTION"
|
"INTERSECTION"
Optional
Readonly
targets
targets
?:
readonly
QueryRef
[]
Readonly
tools
tools
:
readonly
QueryRef
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
kind
name
operation
targets
tools
onshape-cadscript
Loading...