Preparing search index...
The search index is not available
Threepipe Geometry Generator Plugin
Threepipe Geometry Generator Plugin
GeometryGenerator
Interface GeometryGenerator<T>
interface
GeometryGenerator
<
T
>
{
createUiConfig
?
(
geometry
)
:
UiObjectConfig
<
any
,
string
,
any
>
[]
;
generate
(
g
?
,
parameters
?
)
:
IGeometry
<
NormalBufferAttributes
>
;
}
Type Parameters
T
=
any
Implemented by
AGeometryGenerator
Index
Methods
create
Ui
Config?
generate
Methods
Optional
create
Ui
Config
create
Ui
Config
(
geometry
)
:
UiObjectConfig
<
any
,
string
,
any
>
[]
Parameters
geometry
:
IGeometry
<
NormalBufferAttributes
>
Returns
UiObjectConfig
<
any
,
string
,
any
>
[]
generate
generate
(
g
?
,
parameters
?
)
:
IGeometry
<
NormalBufferAttributes
>
Parameters
Optional
g
:
IGeometry
<
NormalBufferAttributes
>
Optional
parameters
:
T
Returns
IGeometry
<
NormalBufferAttributes
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
create
Ui
Config
generate
Threepipe Geometry Generator Plugin
AGeometryGenerator
BoxGeometryGenerator
CircleGeometryGenerator
CylinderGeometryGenerator
GeometryGeneratorPlugin
PlaneGeometryGenerator
SphereGeometryGenerator
TorusGeometryGenerator
BoxGeometryGeneratorParams
CircleGeometryGeneratorParams
CylinderGeometryGeneratorParams
GeometryGenerator
PlaneGeometryGeneratorParams
SphereGeometryGeneratorParams
TorusGeometryGeneratorParams
updateUi
Generated using
TypeDoc