Skip to content

GeometryTyping

implementation of the geometry typing

GeometryTyping

Canonical path: TypeCollections.GeometryTyping.GeometryTyping

implementation of the geometry element typing

is_curve_2d staticmethod

is_curve_2d(geo_ele: CURVES) -> bool

test for a 2D curve

Parameters:

  • geo_ele (CURVES) –

    geometry element

Returns:

  • bool

    curve 2D state

is_curve_3d staticmethod

is_curve_3d(geo_ele: CURVES) -> bool

test for a 3D curve

Parameters:

  • geo_ele (CURVES) –

    geometry element

Returns:

  • bool

    curve 3D state

Placeholder