GeometryElementCollection
implementation of the geometry element collection
GeometryElementCollection
Canonical path: TestHelper.GeometryElementCollection.GeometryElementCollection
implementation of the geometry element collection
create_arc2d_0_270
staticmethod
create_arc2d_0_270() -> Arc2D
create_arc3d_0_270
staticmethod
create_arc3d_0_270(z_coord: float = 0) -> Arc3D
create a 3D arc with 270 deg
Parameters:
-
z_coord
(float
, default:0
) –z coordinate of the arc
Returns:
-
Arc3D
–3D arc
create_arc3d_ellipse_90_270
create a 3D elliptic arc with 180 deg
Parameters:
-
z_coord
–z coordinate of the arc
Returns:
-
–
3D arc
create_brep3d_as_cylinder
staticmethod
create a cylinder as 3D bRep
Returns:
-
–
3D brep
create_bspline2d
staticmethod
create_bspline2d() -> BSpline2D
create_bspline3d
staticmethod
create_bspline3d(z_coord: float = 0) -> BSpline3D
create a 3D bspline
Parameters:
-
z_coord
(float
, default:0
) –z coordinate
Returns:
-
BSpline3D
–3D bspline
create_clothoid2d
staticmethod
create_clothoid2d() -> Clothoid2D
create_line2d_plus_to_minus
staticmethod
create_line2d_plus_to_minus() -> Line2D
create_line3d_plus_to_minus
staticmethod
create_line3d_plus_to_minus() -> Line3D
create_path3d
staticmethod
create_path3d(z_coord: float = 0) -> Path3D
create a 3D path
Parameters:
-
z_coord
(float
, default:0
) –z coordinate of the path
Returns:
-
Path3D
–3D path
create_polygon2d_as_box
staticmethod
create_polygon2d_as_box() -> Polygon2D
create_polygon3d_as_box
staticmethod
create_polygon3d_as_box() -> Polygon3D
create_polyhedron3d_as_box
staticmethod
create_polyhedron3d_as_box() -> Polyhedron3D
create_polyline2d_as_u
staticmethod
create_polyline2d_as_u() -> Polyline2D
create_polyline3d_as_u
staticmethod
create_polyline3d_as_u() -> Polyline3D
create_spline2d
staticmethod
create_spline2d() -> Spline2D
Placeholder