SemanticAttribute
المعلومات العامة
SemanticAttribute هي فئة في Aspose.3d لـ Typescript. الميراث من: SemanticAttribute.
SemanticAttribute.constructor creates an attribute with the given vertex field semantic.
خصائص
| اسم | النوع | الوصول | وصف |
|---|---|---|---|
semantic | VertexFieldSemantic | اقرأ | يحمل مجال القمة الجوهرية المرتبطة بهذا السمات. |
alias | string | اقرأ | يخزن اسم الاسم المستعار الاختياري للسمة |
الطرق
| التوقيع | وصف |
|---|---|
constructor(semantic: VertexFieldSemantic) | يخلق سمة مع المعنى المحدد و اسم مستعار مخصص |
constructor(semantic: VertexFieldSemantic, alias: string) | |
constructor() |