Math3D Full Project API
Preparing search index...
renderer/src/math/bakeSurface
bakeParamSurface
Function bakeParamSurface
bakeParamSurface
(
params
:
{
customX
?:
string
;
customY
?:
string
;
customZ
?:
string
;
domain
:
ParamDomain
;
label
:
string
;
resolution
:
number
;
rotationalAxisDirection
?:
{
x
:
number
;
y
:
number
;
z
:
number
}
;
rotationalAxisOrigin
?:
{
x
:
number
;
y
:
number
;
z
:
number
}
;
rotationalProfileMode
?:
RotationalProfileMode
;
rotationalProfilePointsText
?:
string
;
rotationalProfileRExpr
?:
string
;
rotationalProfileZExpr
?:
string
;
splineSettings
?:
SplineSurfaceSettings
;
surfaceId
:
ParamSurfaceId
;
}
,
)
:
BakeResult
Parameters
params
:
{
customX
?:
string
;
customY
?:
string
;
customZ
?:
string
;
domain
:
ParamDomain
;
label
:
string
;
resolution
:
number
;
rotationalAxisDirection
?:
{
x
:
number
;
y
:
number
;
z
:
number
}
;
rotationalAxisOrigin
?:
{
x
:
number
;
y
:
number
;
z
:
number
}
;
rotationalProfileMode
?:
RotationalProfileMode
;
rotationalProfilePointsText
?:
string
;
rotationalProfileRExpr
?:
string
;
rotationalProfileZExpr
?:
string
;
splineSettings
?:
SplineSurfaceSettings
;
surfaceId
:
ParamSurfaceId
;
}
Returns
BakeResult
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Math3D Full Project API
Loading...