Transform.GeometricTranslation
Transform.GeometricTranslation property
يحصل أو يعيّن الترجمة الهندسية. التحويل الهندسي يؤثر فقط على الكيانات المرفقة ويترك العقد الفرعية دون تأثير. سيتم دمجه كتحويل محلي عند تصدير التحويل الهندسي إلى أنواع ملفات لا تدعم ذلك
public Vector3 GeometricTranslation { get; set; }
أمثلة
Node node = new Node();
node.Transform.GeometricTranslation = new Vector3(10, 0, 0);
انظر أيضًا
- struct Vector3
- class Transform
- namespace Aspose.ThreeD
- assembly Aspose.3D