CurveApproxSettings#

class pyedb.dotnet.database.sim_setup_data.data.settings.CurveApproxSettings(parent)#

Bases: object

Manages EDB methods for curve approximate settings.

Overview#

arc_angle

Step-size to be used for arc faceting.

arc_to_chord_error

Maximum tolerated error between straight edge (chord) and faceted arc.

max_arc_points

Maximum number of mesh points for arc segments.

start_azimuth

Azimuth angle for first mesh point of the arc.

use_arc_to_chord_error

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_angle#

Step-size to be used for arc faceting.

Returns:
str
property CurveApproxSettings.arc_to_chord_error#

Maximum tolerated error between straight edge (chord) and faceted arc.

Returns:
str
property CurveApproxSettings.max_arc_points#

Maximum number of mesh points for arc segments.

Returns:
int
property CurveApproxSettings.start_azimuth#

Azimuth angle for first mesh point of the arc.

Returns:
str
property CurveApproxSettings.use_arc_to_chord_error#

Whether to turn on the arc-to-chord error setting for arc faceting.

Returns:
True if arc-to-chord error is used, False otherwise.