Browzwear API

Browzwear API

  • Docs
  • GitLab

›Garment Creation

Introduction

  • Introduction

Getting Started

  • License and Authentication
  • Understanding the API
  • Sample Plugins
  • Creating Python plugin
  • Creating C++ plugin
  • Creating C# plugin
  • Development
  • Deployment

Asset Management

  • Asset Library
  • Colors
  • Material
  • Avatars
  • Garments

Techpack

  • Create a Tech pack
  • Tech pack output - JSON
  • Point of Measurements
  • Bill of Material

Outputs Export

  • Outputs

Garment Creation

  • Create Shape
  • Create Edge
  • Arrange Shape
  • Stitch Shapes
  • Assign Material
  • Create an Avatar
  • Dress a Garment

Colorways

  • Colorways

Smart Design

  • Configure Smart Design Template

Costing

  • Costing

Terms of Use

  • Terms of Use

Change log

  • Change log

Dress a Garment

Dress is how you drape a garment over an avatar. Use the Garment API to dress a garment, add iterations to a simulation and so on.

For more information about the feature, please visit <a href="For more information about the feature, please visit here.

To learn more about the rest of the API, please refer to Garment in the repository.

Sample Plugin

Sample plugin for garment creation is available here

Setting Current Avatar

Code Snippet


Python
C++
C#
# assuming avatarId is a valid avatar id in the system
BwApi.AvatarCurrentSet(avatarId)
// assuming avatarId is a valid avatar id in the system
BwApiAvatarCurrentSet(avatarId);
// assuming avatarId is a valid avatar id in the system
BwApi.AvatarCurrentSet(avatarId);


Result

Dress Garment

Code Snippet

The code snippet below shows how to start garment dress simulation on the current avatar.

Python
C++
C#
BwApi.GarmentDress(garmentId)
BwApiGarmentDress(garmentId);
BwApi.GarmentDress(garmentId);

Result

← Create an AvatarColorways →
  • Sample Plugin
  • Setting Current Avatar
    • Code Snippet
    • Result
  • Dress Garment
    • Code Snippet
    • Result
Browzwear API
FIND US
GitLabLinkedinTwitterInstagramFacebook
Copyright © 2021 Browzwear