Gets and sets the units to use for the created OBJ file. The default is Centimeters.
# Get the value of the property.propertyValue = oBJExportOptions_var.unitType# Set the value of the property.oBJExportOptions_var.unitType = propertyValue
#include <Fusion/Fusion/OBJExportOptions.h>// Get the value of the property.DistanceUnits propertyValue = oBJExportOptions_var->unitType();// Set the value of the property, where value_var is a DistanceUnits.bool returnValue = oBJExportOptions_var->unitType(value_var);