onshape-cadscript
Preparing search index...
PlaneFeature
Interface PlaneFeature
interface
PlaneFeature
{
angle
?:
Angle
;
id
:
string
;
kind
:
"plane"
;
name
?:
string
;
offset
?:
Length
;
oppositeDirection
?:
boolean
;
planeType
?:
|
"OFFSET"
|
"MID_PLANE"
|
"LINE_ANGLE"
|
"LINE_POINT"
|
"THROUGH"
;
reference
:
PlaneRef
|
QueryRef
;
}
Hierarchy (
View Summary
)
FeatureBase
<
"plane"
>
PlaneFeature
Index
Properties
angle?
id
kind
name?
offset?
opposite
Direction?
plane
Type?
reference
Properties
Optional
Readonly
angle
angle
?:
Angle
Readonly
id
id
:
string
Readonly
kind
kind
:
"plane"
Optional
Readonly
name
name
?:
string
Optional
Readonly
offset
offset
?:
Length
Optional
Readonly
opposite
Direction
oppositeDirection
?:
boolean
Optional
Readonly
plane
Type
planeType
?:
"OFFSET"
|
"MID_PLANE"
|
"LINE_ANGLE"
|
"LINE_POINT"
|
"THROUGH"
Readonly
reference
reference
:
PlaneRef
|
QueryRef
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
angle
id
kind
name
offset
opposite
Direction
plane
Type
reference
onshape-cadscript
Loading...