Working مع Linear Extrusion

Contents
[ ]

Pتشكيل Lineinextrusion

يقدم Aspose.3D for Python via .NET فئة LinearExtrusion ، والتي تأخذ شكل ثنائي الأبعاد كمدخل وتطيل الشكل في البعد الثالث. يظهر مقتطف الكود التالي كيفية إجراء البثق الخطي:

“الشقوق” في Linear xxtrusion

Aspose.3D for Python via .NET offers slices property of LinearExtrusion class. slices property defines the number of intermediate points along the path of the extrusion. Following code snippet shows how to use slices property in linear extrusion:

“محور” في Linear Extrusion

يوفر Aspose.3D for Python via .NET خاصية center من فئة LinearExtrusion. إذا تم تعيين الخاصية center إلى True ، يكون نطاق البثق من-الارتفاع/2 إلى الارتفاع/2 ، وإلا فإن البثق من 0 إلى الارتفاع. يوضح مقتطف الكود التالي كيفية استخدام خاصية center في البثق الخطي:

‘التواء’ في Linear Extrusion

يوفر Aspose.3D for Python via .NET خاصية twist من فئة LinearExtrusion. تعالج الخاصية twist درجة الدوران بينما تنبثق الشكل. يوضح مقتطف الكود التالي كيفية استخدام خاصية twist في البثق الخطي:

‘تويست _ خارج’ في LineExtrusion

Aspose.3D for Python via .NET offers twist_offset property of LinearExtrusion class. twist_offset property translates offset while rotating the extrusion. Following code snippet shows how to use twist_offset property in linear extrusion:

‘الإخراج’ في Linear Extrusion

Aspose.3D for Python via .NET offers direction property of LinearExtrusion class. direction property defines the direction of the extrusion. Following code snippet shows how to use direction property in linear extrusion: