FBXExportHardEdges
 
 
 

FBXExportHardEdges

Introduced

v9.0 SP1 (2011)

Description

Returns or sets whether or not to export hard edge information on polygon meshes. If you specify false, no information about which edges are flagged as hard will be exported.

Note: Even if the hard edges option is turned off, edges may still look hard when imported, because their normals may not be continuous. However, there will be no FBX smoothing information to determine which edges were flagged as hard when the mesh was originally exported.

Scripting Syntax

oBoolean = FBXExportHardEdges( [State] );

Return Value

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

Parameters

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

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

See Also

FBXExport Export FBX Options Dialog Box