03-19-2024
09:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
03-19-2024
09:52 AM
Hi @Cadkunde.nl. Are you attempting to provide a 'preview' of a feature before you create it? Either way, creating a simple transient Plane object will not work for that purpose, because it has no size or outline. Something else that you could likely get to look right might be a WorkPlane, because you can control its size with two Point objects. But if using it for preview purposes, you would wither need to turn its visibility off, or delete it once you were done with it. There are several 'Add' type methods for creating a WorkPlane, starting from the WorkPlanes object (Document.ComponentDefinition.WorkPlanes).
Wesley Crihfield
(Not an Autodesk Employee)