Message 1 of 10
Reference of a Wall Face

Not applicable
03-31-2020
11:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
After extracting a Face Class object from a wall, it seems that the reference property of a Face returns null.
Actually I am trying to use the resulting Reference in creating a DivisionSurface Class object. Isn't it possible?
FR=Face.Reference
DivSur=DB.DividedSurface.Create(doc, FR)