Converts an implicit primitive to a geometry type.
The resulting primitive object is selected and inspected.
Note: The implicit primitives must be compatible with the geometry types.
Convert( Target, Source ); |
Parameter | Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Target | String |
Type of the output geometry
|
||||||||||
Source | String | Name of primitive to convert |
'This example shows how to convert an implicit sphere to an explicit mesh sphere newscene 'Create implicit set oImplicitSphere = GetPrim("Sphere") 'Implicit sphere becomes a mesh sphere. Convert "MeshSurface", oImplicitSphere |