calculate area by selecting specified area from polyline
Moderators: SDS, support, admin
calculate area by selecting specified area from polyline
Hello
I am using editordemo in my project . I am opening an dxf image in editing mode.
Now i am selecting some region by using polyline.
how can i calculate polyline length, width and also area of seleted part of that image.
help me!!!!
I am using editordemo in my project . I am opening an dxf image in editing mode.
Now i am selecting some region by using polyline.
how can i calculate polyline length, width and also area of seleted part of that image.
help me!!!!
Re: calculate area by selecting specified area from polyline
Hello Neeha,
To calculate a width, height and area of the region bounded by a closed rectangular polyline, you can use CADPolyLine.Box.Width and CADPolyLine.Box.Height properties:
Mikhail
To calculate a width, height and area of the region bounded by a closed rectangular polyline, you can use CADPolyLine.Box.Width and CADPolyLine.Box.Height properties:
Code: Select all
CADPolyLine polyLine;
...
double rectArea = polyLine.Box.Width * polyLine.Box.Height;
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: calculate area by selecting specified area from polyline
thanks for the code.
But please also tell me how and where to write code.
But please also tell me how and where to write code.
Re: calculate area by selecting specified area from polyline
It depends on the logic of your application.please also tell me how and where to write code
Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: calculate area by selecting specified area from polyline
Hello
I want to implement it in editor demo
where already an option "add new poly" is written .
I want to implement it in editor demo
where already an option "add new poly" is written .
Re: calculate area by selecting specified area from polyline
Neeha,
The EditorDemo project uses the EntitiesCreator class which creates entities automatically and doesn't expose CADEntity derivatives during creation of entities. However, you can try to find the last added polyline by using a CADEntityCollection.FindLast method with the following predicate:
The FindLast method may be called in EndAddEntity method as shown below.
Mikhail
The EditorDemo project uses the EntitiesCreator class which creates entities automatically and doesn't expose CADEntity derivatives during creation of entities. However, you can try to find the last added polyline by using a CADEntityCollection.FindLast method with the following predicate:
Code: Select all
Predicate<CADEntity> p = new Predicate<CADEntity>(ent => ent.EntType == EntityType.Polyline);
Code: Select all
public void EndAddEntity(bool val)
{
if(curAddEntityType != CreatorType.Undetected)
{
SetAddEntityMode(curAddEntityType);
SetEnableChecked();
ChangeControlState();
CADEntity ent = entCreator.Image.Converter.Entities.FindLast(p);
CADPolyLine polyline = ent as CADPolyLine;
double rectArea = polyline.Box.Width * polyline.Box.Height;
}
this.detMouseDown = val;
}
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: calculate area by selecting specified area from polyline
Thank you Mikhail this was a pice of cake thanks to you!support wrote:Hello Neeha,
To calculate a width, height and area of the region bounded by a closed rectangular polyline, you can use CADPolyLine.Box.Width and CADPolyLine.Box.Height properties:
MikhailCode: Select all
CADPolyLine polyLine; ... double rectArea = polyLine.Box.Width * polyLine.Box.Height;
Testa dagens casino nu för att spela
Bästa sidorna i Sverige hittar du på Sweden casino med bäst bonusar.
Spela på alla casino på nätet och vinn stort!
Letar du efter ett casino utan konto? Läs mer om hur du gör det här.
Spela på valfritt casino kortspel.
Last edited by Lilltina on 05 Sep 2021, 18:52, edited 2 times in total.
Re: calculate area by selecting specified area from polyline
Lilltina,
You are welcome.
Mikhail
You are welcome.
Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
-
- Posts: 2
- Joined: 14 Feb 2017, 12:36
Re: calculate area by selecting specified area from polyline
thanks for the code.
Gclub
Gclub