From: Roy on
I am trying to fill an area with color or line. The area is a plan in 3-D space. It is defined by four corner points A,B,C,D.

Could somebody help?

Thanks.
From: Walter Roberson on
Roy wrote:
> I am trying to fill an area with color or line. The area is a plan in
> 3-D space. It is defined by four corner points A,B,C,D.

patch() the area with FaceColor set to the color you want to fill with.
From: Roy on
Thanks, Walter. I got it.

Walter Roberson <roberson(a)hushmail.com> wrote in message <WB6Sn.6782$hw5.534(a)newsfe04.iad>...
> Roy wrote:
> > I am trying to fill an area with color or line. The area is a plan in
> > 3-D space. It is defined by four corner points A,B,C,D.
>
> patch() the area with FaceColor set to the color you want to fill with.