معرفی شرکت ها


cqparts-misc-0.1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Miscelaneous content library for cqparts
ویژگی مقدار
سیستم عامل -
نام فایل cqparts-misc-0.1.0
نام cqparts-misc
نسخه کتابخانه 0.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Peter Boin
ایمیل نویسنده peter.boin+cqparts@gmail.com
آدرس صفحه اصلی https://github.com/fragmuffin/cqparts/tree/master/src/cqparts_misc
آدرس اینترنتی https://pypi.org/project/cqparts-misc/
مجوز GPLv3
==================================================== `cqparts` Content Library : Miscellaneous ==================================================== Components ------------------------- Primative Shapes ^^^^^^^^^^^^^^^^^^^^ Primative shapes to build or test ideas quickly * Cube * Box * Sphere * Cylinder Indicators ^^^^^^^^^^^^^^^^^^^^ These components can be used in assemblies during development as a means to debug your part placement, and to demonstrate ``Mate`` coordinate systems. * Coordinate System Indicator * Planar Indicator .. image:: https://fragmuffin.github.io/cqparts/media/img/misc/indicators.png Examples ------------------------- Use indicator on a primative ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ To illustrate how an inciator can be used to show where a ``Mate`` is on a ``Part``, we'll create a simple ``Assembly``:: import cqparts from cqparts.constraint import Fixed, Coincident from cqparts_misc.basic.indicators import CoordSysIndicator from cqparts_misc.basic.primatives import Box class MyAsm(cqparts.Assembly): def make_components(self): return { 'box': Box(length=30, width=20, height=10), 'indicator': CoordSysIndicator(), } def make_constraints(self): return [ Fixed(self.components['box'].mate_origin), # fix at world origin Coincident( self.components['indicator'].mate_origin, self.components['box'].mate_neg_y, ), ] from cqparts.display import display display(MyAsm()) .. image:: https://fragmuffin.github.io/cqparts/media/img/misc/example-coordsys-indicator.png From this we can see that the ``mate_neg_y`` mate has: * its Z-axis along the world -Y-axis, and * its X-axis along the world Z-axis.


نیازمندی

مقدار نام
- cqparts


نحوه نصب


نصب پکیج whl cqparts-misc-0.1.0:

    pip install cqparts-misc-0.1.0.whl


نصب پکیج tar.gz cqparts-misc-0.1.0:

    pip install cqparts-misc-0.1.0.tar.gz