Message 1 of 3
Microsoft Visual Studio C#.NET inside/under, Revit Graphics Drawings Library to use of, is it possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In Visual Studio C#.Net, There are methods used to make a revit api.
Can it be used for drawing in C#.net?
Below are the methods used in making revit APIs. These methods are written by revit and given to work in C#.net.
The methods are used to draw lines, circular arcs, and circle-ellipse-elliptical arcs.
How can I use these methods to draw these shapes in C#.net?
My intention is not to write-make api!
I just want to use these methods-codes in C# and make drawings.
Is it possible?
Is it possible?
As it uses the same graphics library, can this be?
autodesk, revit methods;
1. public static Line CreateBound( XYZ endpoint1, XYZ endpoint2 )
2. public static Arc Create( Plane plane, double radius, double startAngle, double endAngle )
3. public static Curve CreateCurve( XYZ center, double xRadius, double yRadius, XYZ xAxis, XYZ yAxis, double startParameter, double endParameter )