Message 1 of 11
how to set normal of a region
Not applicable
06-13-2006
12:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
how can i set the normal of a region object?? i have this:
dim AcRegion as AcadRegion
dim N as variant
N = AcRegion.Normal
N(0) = 0: N(1) = 0: N(2) = -1
AcRegion.Normal = N
'this gives the error message: runtime error 424, object required
so i can read the normal, but not set it. but it says in the help the
property is read/write
thanks
how can i set the normal of a region object?? i have this:
dim AcRegion as AcadRegion
dim N as variant
N = AcRegion.Normal
N(0) = 0: N(1) = 0: N(2) = -1
AcRegion.Normal = N
'this gives the error message: runtime error 424, object required
so i can read the normal, but not set it. but it says in the help the
property is read/write
thanks