Message 1 of 4
GetPlane from Reference of surface pattern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a floor with a material that has a foreground surface pattern set to model parallel lines.
I can get a reference to each of this lines - their stable definition looks like:
- 3803a904-bec1-48c5-a331-3c5b35ca542a-000911b4:1:SURFACE/1
- 3803a904-bec1-48c5-a331-3c5b35ca542a-000911b4:1:SURFACE/2
- etc.
Top face reference of this floor is:
- 3803a904-bec1-48c5-a331-3c5b35ca542a-000911b4:1:SURFACE
What I try to obtain is Plane object.
The only way that I have found to do that is to use SketchPlane.Create(Document, Reference) and then SketchPlane.GetPlane().
This approach works, but I would like to avoid creating new elements if possible.
Does anyone know any other way to achieve that?