CreateImportCrosswalkOptions
 
 
 

CreateImportCrosswalkOptions

Introduced

v6.0

Description

Creates an ImportCrosswalkOptions property that you can use with the ImportCrosswalk command. The ImportCrosswalkOptions property set holds the import options such as the name and location of the input file, the verbose setting, and the implicit normal settings.

This command replaces the deprecated CreateImportFTKOptions.

Scripting Syntax

oReturn = CreateImportCrosswalkOptions( [arg0], [arg1] );

Return Value

The ImportCrosswalkOptions Property object created.

Parameters

Parameter Type Description
arg0 String Script name of the object to which you want to add the ImportCrosswalkOptions property. If no name is specified, the property is added to the scene root.
arg1 String A name for the property. The default name is "ImportCrosswalkOptions".

Default Value: ImportCrosswalkOptions

See Also

ImportCrosswalk ExportCrosswalk CreateExportCrosswalkOptions