defbord
Class to define an edge.
defbord_2
Inherits from: defbord
1-D edge (straight line) in the 2-D space.
Parameters:
- dir (type: string into ['x', 'y']) Edge is perpendicular to this direction.
- eq (type: string into ['=']) Equality sign.
- pos (type: float) Position value.
- pos2_min (type: float) Minimal value.
- inf1 (type: string into ['<=']) Less than or equal to sign.
- dir2 (type: string into ['x', 'y']) Edge is parallel to this direction.
- inf2 (type: string into ['<=']) Less than or equal to sign.
- pos2_max (type: float) Maximal value.
defbord_3
Inherits from: defbord
2-D edge (plane) in the 3-D space.
Parameters:
- dir (type: string into ['x', 'y', 'z']) Edge is perpendicular to this direction.
- eq (type: string into ['=']) Equality sign.
- pos (type: float) Position value.
- pos2_min (type: float) Minimal value.
- inf1 (type: string into ['<=']) Less than or equal to sign.
- dir2 (type: string into ['x', 'y']) Edge is parallel to this direction.
- inf2 (type: string into ['<=']) Less than or equal to sign.
- pos2_max (type: float) Maximal value.
- pos3_min (type: float) Minimal value.
- inf3 (type: string into ['<=']) Less than or equal to sign.
- dir3 (type: string into ['y', 'z']) Edge is parallel to this direction.
- inf4 (type: string into ['<=']) Less than or equal to sign.
- pos3_max (type: float) Maximal value.