RepairSettings

A repair geometry settings object. All derived geometry transformation settings objects share a set of common properties and methods that are listed here.

Example

app = cf.GetApplication()
project = app:NewProject()

    -- Access the derived hole fill settings for 'RepairSettings'
    
holeFillSettings = project.Geometry.Rebuild.FillHoleSettings

    -- Access the derived part repair settings for 'RepairSettings'
    
repairPartsSettings = project.Geometry.Repair.RepairPartsSettings

Inheritance

The following objects are derived (specialisations) from the RepairSettings object: