Parasolid error with surface by formula

Product design in 3D, mechanical engineering, kinematics, dynamics, parts and components, surfacic, assemblies...

Moderators: remi77, jacs, Daniel

Johan Jonker
Private First Class
Private First Class
Posts: 15
Joined: Sun Nov 05, 2017 9:13 am
TopSolid Module: TopSolid'Design
TopSolid Version: 6.20
Contact:

Parasolid error with surface by formula

Unread post by Johan Jonker »

Hello

I try to make a surface by formula with the following parameters
X(u,v) = 1mm*v
Y(u,v) = when(v*0,2mm*sin(u*1°)>4mm;4mm;when(v*0,2mm*sin(u*1°)<(-4mm);-4mm;v*0,2mm*sin(u*1°)))
Z(u,v) = when(v*0,2mm*cos(u*1°)>4mm;4mm;when(v*0,2mm*cos(u*1°)<(-4mm);-4mm;v*0,2mm*cos(u*1°)))

interval of u (non periodic) 0 to 360
interval of v (non periodic) 10 to 50

I get the error parasolid error: unclassified error.

When I modify the formula vor Z(u,v) and change it into v*0,2mm*cos(u*1°). It sometimes helps but not always.

Can anyone explain what I do wrong?
Post Reply