onshape-cadscript
Preparing search index...
TransformFeature
Interface TransformFeature
interface
TransformFeature
{
bodies
:
readonly
QueryRef
[]
;
id
:
string
;
kind
:
"transform"
;
makeCopy
?:
boolean
;
name
?:
string
;
transformType
?:
|
"TRANSLATION_3D"
|
"COPY"
|
"ROTATION"
|
"SCALE_UNIFORMLY"
|
"TRANSLATION_ENTITY"
|
"MATE_CONNECTORS"
;
translation
?:
Point3
;
}
Hierarchy (
View Summary
)
FeatureBase
<
"transform"
>
TransformFeature
Index
Properties
bodies
id
kind
make
Copy?
name?
transform
Type?
translation?
Properties
Readonly
bodies
bodies
:
readonly
QueryRef
[]
Readonly
id
id
:
string
Readonly
kind
kind
:
"transform"
Optional
Readonly
make
Copy
makeCopy
?:
boolean
Optional
Readonly
name
name
?:
string
Optional
Readonly
transform
Type
transformType
?:
|
"TRANSLATION_3D"
|
"COPY"
|
"ROTATION"
|
"SCALE_UNIFORMLY"
|
"TRANSLATION_ENTITY"
|
"MATE_CONNECTORS"
Optional
Readonly
translation
translation
?:
Point3
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bodies
id
kind
make
Copy
name
transform
Type
translation
onshape-cadscript
Loading...