STLExportOptions.maximumEdgeLength Property
Parent Object:
STLExportOptionsDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/STLExportOptions.h>
Description
Gets and sets the maximum length of any mesh edge. This is defined in centimeter. Setting this property will automatically set the meshRefinement to MeshRefinementCustom. The default is the value associated with medium mesh refinement.
Syntax
"sTLExportOptions_var" is a variable referencing a STLExportOptions object.
# Get the value of the property. propertyValue = sTLExportOptions_var.maximumEdgeLength
# Set the value of the property. sTLExportOptions_var.maximumEdgeLength = propertyValue |
"sTLExportOptions_var" is a variable referencing a STLExportOptions object.
#include <Fusion/Fusion/STLExportOptions.h>
// Get the value of the property. double propertyValue = sTLExportOptions_var->maximumEdgeLength();
// Set the value of the property, where value_var is a double. bool returnValue = sTLExportOptions_var->maximumEdgeLength(value_var); |
Property Value
This is a read/write property whose value is a double.
Version
Introduced in version January 2015