max method
max
The maximum of two points.
Returns
Result of Max
def max(self, pt1, pt2):
...
Parameter | Type | Description |
---|---|---|
pt1 | Cad3DPoint | The first point |
pt2 | Cad3DPoint | The second point |
The maximum of two points.
Result of Max
def max(self, pt1, pt2):
...
Parameter | Type | Description |
---|---|---|
pt1 | Cad3DPoint | The first point |
pt2 | Cad3DPoint | The second point |