 | FDMeshEngineMeshChildSurfaces Method |
Mesh all descendant surfaces of root
Namespace: ema3d.Api.V25.Core.MeshingAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic void MeshChildSurfaces(
IDocObject root
)
Public Sub MeshChildSurfaces (
root As IDocObject
)
public:
void MeshChildSurfaces(
IDocObject^ root
)
member MeshChildSurfaces :
root : IDocObject -> unit
Parameters
- root IDocObject
- The root object to start at.
See Also