ig.creator:products:specials
Differences
This shows you the differences between two versions of the page.
ig.creator:products:specials [2017/01/04 09:22] – created eb_ig | ig.creator:products:specials [2024/04/04 08:04] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | === Product Modeling Specials === | ||
+ | |||
+ | === The Pseudo Product _Master === | ||
+ | |||
+ | There can be an optional pseudo product with the ID **_Master**. The Properties defined for this pseudo product in the [[ig.creator: | ||
+ | |||
+ | === Mapping Properties to Geometric Parts === | ||
+ | |||
+ | For complex Products it may be useful to define what Properties (in terms of a sub-set of all Properties) belong to a sub part of the Product. For instance, armrest properties may belong to the left and right armrest. | ||
+ | |||
+ | This can be done by using the Description field, available for each 3D component. Property references must have the following syntax: | ||
+ | |||
+ | // | ||
+ | |||
+ | So it must start and end with //@//, //@// is also used as separator, and only one list of references is allowed in a Description field. | ||
+ | |||
+ | The Client must do an up-traversal starting at the hit component to find the relevant references (if any). | ||
+ | |||
+ | For convenience, | ||
+ | |||
+ | //Native Ids: @FU@. Please set Only One Rotation Axis per Component.// | ||
+ | |||
+ | |||