WOLFRAM SYSTEM MODELER

surfaceCharacteristic

Function defining the surface characteristic

Wolfram Language

In[1]:=
SystemModel["Modelica.Utilities.Internal.PartialModelicaServices.Animation.PartialSurface.surfaceCharacteristic"]
Out[1]:=

Syntax

(X, Y, Z, C) = surfaceCharacteristic(nu, nv, multiColoredSurface)

Inputs (3)

nu

Type: Integer

Description: Number of points in u-Dimension

nv

Type: Integer

Description: Number of points in v-Dimension

multiColoredSurface

Default Value: false

Type: Boolean

Description: = true: Color is defined for each surface point

Outputs (4)

X

Type: Position[nu,nv] (m)

Description: [nu,nv] positions of points in x-Direction resolved in surface frame

Y

Type: Position[nu,nv] (m)

Description: [nu,nv] positions of points in y-Direction resolved in surface frame

Z

Type: Position[nu,nv] (m)

Description: [nu,nv] positions of points in z-Direction resolved in surface frame

C

Type: Real[if multiColoredSurface then nu else 0,if multiColoredSurface then nv else 0,3]

Description: [nu,nv,3] Color array, defining the color for each surface point