Page 1 of 1

Creating 3D surface with no borders

Posted: Thu Nov 18, 2010 5:31 pm
by 13049469
How do you programmatically create a new 3D surface with no borders? When I create a new surface, I can't find the relevant properties to set.

Re: Creating 3D surface with no borders

Posted: Fri Nov 19, 2010 1:33 pm
by ruben
Hello, you have to use this command for disable borders in a surface:
surface1.Pen.Visible = false
on Surface1 is your surface.

Thanks