FBXImportHardEdges
 
 
 

FBXImportHardEdges

Introduced

v9.0 SP1 (2011)

Description

Returns or sets whether or not to import hard edge information for polygon meshes. If you specify false, no information about which edges are flagged as hard will be imported. This option defaults to false since older files may have incorrect hard edge information and may import incorrectly if this is on.

Scripting Syntax

oBoolean = FBXImportHardEdges( [State] );

Return Value

A Boolean value (true if hard edge information should be imported; false if not)

Parameters

Parameter Type Description
State Boolean True to import hard edge information, false to exclude it.

Default Value: If not specified, the current setting will not change.

See Also

FBXImport Import FBX Options Dialog Box