modelPartialSurface
Interface for 3D animation of surfaces
Parameters
| Type | Name | Default | Description |
| Surface properties |
| Integer | nu | 2 | Number of points in u-Dimension |
| Integer | nv | 2 | Number of points in v-Dimension |
| Material properties |
| Boolean | wireframe | false | = true: 3D model will be displayed without faces |
| Boolean | multiColoredSurface | false | = true: Color is defined for each surface point |
Components
| Type | Name | Default | Description |
| Frames.Orientation | R | Frames.nullRotation() | Orientation object to rotate the world frame into the surface frame |
| SI.Position[3] | r_0 | {0, 0, 0} | Position vector from origin of world frame to origin of surface frame, resolved in world frame |
| Real[3] | color | {255, 0, 0} | Color of surface |
| Types.SpecularCoefficient | specularCoefficient | 0.7 | Reflection of ambient light (= 0: light is completely absorbed) |
| Real | transparency | 0 | Transparency of shape: 0 (= opaque) ... 1 (= fully transparent) |
Contents
| Name | Description |
surfaceCharacteristic | Function defining the surface characteristic |