PRO This is a Pro only feature. Dynamic Components that use unique textures (textures that do not ship with SketchUp, such as photographic textures of a specific material), must be embedded in the Dynamic Component to be accessible when that component is used on different computers. To embed a texture in a Dynamic Component:
When purging a model in SketchUp or uploading it to the 3D Warehouse, unused materials will be removed. If your model contains a Dynamic Component, though, you may also lose textures in "Choose Options" or "OnClick" attributes. To avoid losing these textures, you'll need to embed them into the Dynamic Component: Create your Dynamic Component. Create a small face. Apply the unique texture to the face.
Math Functions SketchUp Functions Text Functions Trig Functions Logical Functions OnClick Functions OnClick Functions Function
Math Functions SketchUp Functions Text Functions Trig Functions Logical Functions OnClick Functions Logical Functions (for math-related use) <
Math Functions SketchUp Functions Text Functions Trig Functions Logical Functions OnClick Functions Trig Functions Function
Math Functions SketchUp Functions Text Functions Trig Functions Logical Functions OnClick Functions Text Functions Function
Math Functions SketchUp Functions Text Functions Trig Functions Logical Functions OnClick Functions SketchUp Functions (Specific to SketchUp Dynamic Components) Function
PRO This is a Pro only feature. The following HTML tags are supported within a Dynamic Component's Description and Summary fields: <a> <b> <i> <u> <strong> <em> <p> <br> <ol> <ul> <li> <font> Any tag or version of a tag that is not in this list will be ignored. The following additional rules also apply:
PRO Following is a list of all operators supported in dynamic component formulas. + (add) - (subtract) * (multiply) / (divide) < (less than) > (greater than) <= (less than or equal to) >= (greater than or equal to) = (equal) () (parentheses) <> (not equal to)
Following is a list of all functions supported within your dynamic components. Many of these functions are identical to functions found in spreadsheet applications such as the spreadsheet application that is a part of Google Docs. Math functions The following functions are for math-related use: ABS(number) The ABS function returns the absolute value of number.