CurveApproxSettings#
- class pyedb.dotnet.database.sim_setup_data.data.settings.CurveApproxSettings(parent)#
Bases:
objectManages EDB methods for curve approximate settings.
Overview#
Step-size to be used for arc faceting. |
|
Maximum tolerated error between straight edge (chord) and faceted arc. |
|
Maximum number of mesh points for arc segments. |
|
Azimuth angle for first mesh point of the arc. |
|
Whether to turn on the arc-to-chord error setting for arc faceting. |
Import detail#
from pyedb.dotnet.database.sim_setup_data.data.settings import CurveApproxSettings
Property detail#
- property CurveApproxSettings.arc_to_chord_error#
Maximum tolerated error between straight edge (chord) and faceted arc.
- Returns:
- property CurveApproxSettings.max_arc_points#
Maximum number of mesh points for arc segments.
- Returns:
- property CurveApproxSettings.start_azimuth#
Azimuth angle for first mesh point of the arc.
- Returns:
- property CurveApproxSettings.use_arc_to_chord_error#
Whether to turn on the arc-to-chord error setting for arc faceting.
- Returns:
Trueifarc-to-chorderrorisused,Falseotherwise.