Not applicable
08-20-2019
11:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi.
I want to do Solid Extrusion by Post command, My step is following :
1. Create a profile in Revit Family Document
2. Select the profile
3. Run my adding execute Post command to form Solid.
public Result Execute(ExternalCommandData commandData, ref string message, ElementSet elements) { UIApplication uiapp = commandData.Application; RevitCommandId cmdId = RevitCommandId.LookupPostableCommandId(PostableCommand.SolidExtrusion); uiapp.PostCommand(cmdId); return Result.Succeeded; }
But the results is nothing and no exception too,
How can I correctly form solid ?
thanks
Solved! Go to Solution.
Link copied