Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 6,204 for

box

(0.56 sec)
  1. 添加 ActiveX 控件|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....COMBO_BOX ControlType.CHECK_BOX ControlType.LIST_BOX ControlType...ControlType.TEXT_BOX ControlType.SPIN_BUTTON ControlType.RADIO_BUTTON...

    docs.aspose.com/cells/zh/python-net/add-activex...
  2. إنشاء مشهد بأشكال بدائية 3D|Documentation

    Using Aspose.3D for Python via .NET, developers can define a scene with primitive 3D shapes. All parameterized primitives will be converted to mesh automatically while saving in any supported output file format....entities import Box , Cylinder # For complete examples...Create a Box model scene . root_node . create_child_node ( "box" ,...

    docs.aspose.com/3d/ar/python-net/create-scene-w...
  3. Tworzenie formularzy PDF przy użyciu Python | A...

    Tworzenie formularzy PDF i dodawanie pól programowo za pomocą przykładowego kodu Python przy użyciu pliku Aspose.PDF dla Python for .NET....path_infile ) # Create a new text box field rectange = apdf . Rectangle...= "Text Box" # Customize the border of the text box field border...

    products.aspose.com/pdf/pl/python-net/acroforms...
  4. Crea moduli PDF utilizzando Python | Aspose.PDF

    Crea moduli PDF e aggiungi campi in modo programmatico con il codice di esempio Python usando Aspose.PDF per Python for .NET....path_infile ) # Create a new text box field rectange = apdf . Rectangle...= "Text Box" # Customize the border of the text box field border...

    products.aspose.com/pdf/it/python-net/acroforms...
  5. Convertir la maille en maille triangulaire et l...

    Aspose.3D for Java API a le support pour convertir le maillage en maillage triangulaire avec la disposition de mémoire personnalisée du sommet. La disposition mémoire personnalisée du sommet est définie dynamiquement par la classe VertexDeclaration dans les exemples de code....Node ( "box" ); // Get mesh of the Box Mesh box = ( new Box ())....triMesh = TriMesh . fromMesh ( box ); // ExEnd:ConvertBoxMeshtoTria...

    docs.aspose.com/3d/fr/java/convert-mesh-to-tria...
  6. Créer une scène avec des formes primitives 3D|D...

    En utilisant Aspose.3D for Python via .NET, les développeurs peuvent définir une scène avec des formes primitives 3D. Toutes les primitives paramétrées seront converties en maillage automatiquement tout en sauvegardant dans n'importe quel format de fichier de sortie pris en charge....entities import Box , Cylinder # For complete examples...Create a Box model scene . root_node . create_child_node ( "box" ,...

    docs.aspose.com/3d/fr/python-net/create-scene-w...
  7. Material zu 3D-Entitäten hinzufügen|Documentation

    PBR spielt eine Schlüsselrolle für die Visualisierung von Spiele-Engines, mit seiner effizienten und realistischen Darstellung von Interaktionen zwischen Licht und Oberfläche durch Abmilderung der Helligkeit und Streuung des reflektierten Lichts. Entwickler können die Aspose.3D API verwenden, um PBR-Materialien auf 3D-Objekte in einer Szene anzuwenden. Dieses Codebeispiel demonstriert, wie ein Box-Objekt erstellt und dann das PBR-Material angewendet wird....Codebeispiel demonstriert, wie ein Box-Objekt erstellt und dann das...createChildNode ( "box" , new aspose . threed . Box ()); boxNode ...

    docs.aspose.com/3d/de/nodejs-java/add-material-...
  8. สร้างแบบฟอร์ม PDF โดยใช้ Python | Aspose.PDF

    สร้างแบบฟอร์ม PDF และเพิ่มฟิลด์ด้วยโปรแกรมด้วยรหัสตัวอย่าง Python โดยใช้ Aspose.PDF สำหรับ Python for .NET...path_infile ) # Create a new text box field rectange = apdf . Rectangle...= "Text Box" # Customize the border of the text box field border...

    products.aspose.com/pdf/th/python-net/acroforms...
  9. Añadir información de activos al documento 3D|D...

    Los metadatos son información estructurada que describe, explica, localiza o facilita la recuperación, el uso o la gestión de un recurso de información. Aspose.3D para Node.js a través de la API Java tiene soporte para definir metadatos para la escena....el objeto Box var box = new aspose . threed . Box (); // Agregar...Agregar el objeto Box a la escena scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/es/nodejs-java/add-asset-inf...
  10. Maille fendue|Documentation

    Aspose.3D for Java API a le support pour diviser tous les maillages d'une scène en plusieurs sous-maillages par matériau. La méthode SplitMesh ne divise pas un maillage de la scène, si un seul matériau lui a été attribué. Cela peut être réalisé en utilisant Aspose.3D for Java API....mesh of box(A box is composed by 6 planes) Mesh box = ( new Box...Box ()). toMesh (); // Create a material element on this mesh...

    docs.aspose.com/3d/fr/java/split-mesh/