| filamentDiameter |
**RETIRED** The filament diameter specifies filament diameter for FFF Printer. This should match the FFF PrintSetting filament diameter in cm. |
| isValid |
Indicates if this object is still valid, i.e. hasn't been deleted or some other action done to invalidate the reference. |
| layerHeight |
The layer height specifies layer height of the PrintSetting. This should match the PrintSetting layer height in cm. |
| location |
The location specifies the location to search in the PrintSetting library. Setting the location clears any previous specified URL. |
| machine |
The machine specifies which machine the found print setting are compatible with. |
| material |
The case-insensitive material specifies material of the MPBF PrintSetting. |
| name |
The case-insensitive name specifies the name of the PrintSetting. |
| objectType |
This property is supported by all objects in the API and returns a string that contains the full name (namespace::objecttype) describing the type of the object.
It's often useful to use this in combination with the classType method to see if an object is a certain type. For example: if obj.objectType == adsk.core.Point3D.classType(): |
| technology |
The case-insensitive technology specifies technology of the PrintSetting. |
| url |
The URL specifies the location and folder to search for in the PrintSetting library. Setting the URL updates the location. |
| vendor |
The case-insensitive vendor specifies vendor of the PrintSetting. Generic FFF PrintSetting doesnt have a vendor. |