RepairAndSewFacesSettings

A settings object for repairing and sewing geometry faces.

Example

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

    -- Get the settings for repairing and sewing faces
    
repairFacesSettings = project.Geometry.Repair.RepairAndSewFacesSettings

    -- Get the setting for the sew tolerance used for sewing the sheets
    
tolerance = repairFacesSettings.SewTolerance

Inheritance

The RepairAndSewFacesSettings object is derived from the RepairSettings object.

Usage locations (object properties)

The following objects have properties using the RepairAndSewFacesSettings object:

Property List

AngularTolerance
The tangent change angle in degrees above which G1 discontinuities will be removed by splitting rather than smoothing. (Read/Write Expression)
ReplaceMissingGeometryEnabled
If this option is selected, the tool will attempt to generate surface geometry for faces that will cap holes in the resulting body. (Read/Write boolean)
SewTolerance
The tolerance to be used when sewing the sheets. (Read/Write Expression)
Type
The object type string. (Read only string)

Method List

GetProperties ()
Returns a table of properties representing the state of the object. The properties table can be used with the SetProperties method to change multiple properties of the object in one step. (Returns a table object.)
RestoreDefaults ()
Restores all the settings to their default values.
SetProperties (properties table)
Modifies the state of the object using the provided table of properties. This method is used to modify multiple properties of the object in a single step.

Property Details

AngularTolerance
The tangent change angle in degrees above which G1 discontinuities will be removed by splitting rather than smoothing.
Type
Expression
Access
Read/Write
ReplaceMissingGeometryEnabled
If this option is selected, the tool will attempt to generate surface geometry for faces that will cap holes in the resulting body.
Type
boolean
Access
Read/Write
SewTolerance
The tolerance to be used when sewing the sheets.
Type
Expression
Access
Read/Write
Type
The object type string.
Type
string
Access
Read only

Method Details

GetProperties ()
Returns a table of properties representing the state of the object. The properties table can be used with the SetProperties method to change multiple properties of the object in one step.
Return
table
A properties table.
RestoreDefaults ()
Restores all the settings to their default values.
SetProperties (properties table)
Modifies the state of the object using the provided table of properties. This method is used to modify multiple properties of the object in a single step.
Input Parameters
properties(table)
A table of properties defining the new state of the object.