Preparing search index...
The search index is not available
TrueForm API
TrueForm API
dsl/geometry
sketch2d
Function sketch2d
sketch2d
(
id
,
profiles
,
opts
?
)
:
Sketch2D
Parameters
id
:
string
profiles
:
SketchProfile
[]
Optional
opts
:
{
constraints
?:
SketchConstraint
[]
;
deps
?:
string
[]
;
entities
?:
SketchEntity
[]
;
origin
?:
[
number
,
number
,
number
]
;
plane
?:
PlaneRef
;
}
Optional
constraints
?:
SketchConstraint
[]
Optional
deps
?:
string
[]
Optional
entities
?:
SketchEntity
[]
Optional
origin
?:
[
number
,
number
,
number
]
Optional
plane
?:
PlaneRef
Returns
Sketch2D
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
TrueForm API
Loading...