v9.0 SP1 (2011)
fbx|import
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.
oBoolean = FBXImportHardEdges( [State] ); |
A Boolean value (true if hard edge information should be imported; false if not)
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. |