Preparing search index...
The search index is not available
TrueForm API
TrueForm API
index
Path3D
Type alias Path3D
Path3D
:
{
closed
?:
boolean
;
kind
:
"path.polyline"
;
points
:
Point3D
[]
;
}
|
{
closed
?:
boolean
;
degree
?:
Scalar
;
kind
:
"path.spline"
;
points
:
Point3D
[]
;
}
|
{
kind
:
"path.segments"
;
segments
:
PathSegment
[]
;
}
|
PathHelix
|
PathSpiral
Type declaration
Optional
closed
?:
boolean
kind
:
"path.polyline"
points
:
Point3D
[]
Type declaration
Optional
closed
?:
boolean
Optional
degree
?:
Scalar
kind
:
"path.spline"
points
:
Point3D
[]
Type declaration
kind
:
"path.segments"
segments
:
PathSegment
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
TrueForm API
Loading...