v6.0
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.
oReturn = CreateImportCrosswalkOptions( [arg0], [arg1] ); |
The ImportCrosswalkOptions Property object created.
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 |