AcEdJig original entity not visible

AcEdJig original entity not visible

fehrsZBFB9
Advocate Advocate
765 Views
2 Replies
Message 1 of 3

AcEdJig original entity not visible

fehrsZBFB9
Advocate
Advocate

Hallo Guys,

I currently implement a AcEdJig class. It's working so far. Bit the original Entity isn't visible, no matter which setting I choose. I do

 

	return this->drag(AcEdDragStyle(AcEdDragStyle::kTransparent75, AcEdDragStyle::kHighlight));

The dragged entity is highlightet as expected. But there is no original entity at all. I've implemented the entity method. What could be the reason? Any Ideas?

 

Thanks,

Martin

0 Likes
766 Views
2 Replies
Replies (2)
Message 2 of 3

moogalm
Autodesk Support
Autodesk Support

Hi, 

Can you post a screenshot ? I doubt I have understood your query correctly.

Anyway, I have tried with your AcEdDragStyle, is this n't expected ?

 

AcEdDragStyle.jpg

0 Likes
Message 3 of 3

fehrsZBFB9
Advocate
Advocate

I think I Mosunderstand something here.

 

this->drag(AcEdDragStyle(AcEdDragStyle::kTransparent25, AcEdDragStyle::kHighlight));

 

Thr documentation of AcEdDragStyle says:

This class allows clients to define the visual styles for both the original and the dragged entity during a drag operation. The client can define the visual style by either explicitly specifying the AcGiVisualStyle or by specifying a pre-set type that is used to set the AcGiVisualStyle.

 

What is meant by original entity?

 

Thanks in Advance,

Martin

0 Likes