Click or drag to resize

PlantTypeExportToMeshes Method

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool ExportToMeshes(
	string writeToFolder,
	bool getFileNamesMode,
	List<string> outputFileNames,
	bool meshPreviewMode,
	out Mesh meshPreviewModeMesh,
	out string error
)

Parameters

writeToFolder
Type: SystemString
getFileNamesMode
Type: SystemBoolean
outputFileNames
Type: System.Collections.GenericListString
meshPreviewMode
Type: SystemBoolean
meshPreviewModeMesh
Type: NeoAxisMesh
error
Type: SystemString

Return Value

Type: Boolean
See Also