ObjectARX
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

OFFSET a custom object

1 REPLY 1
Reply
Message 1 of 2
Anonymous
204 Views, 1 Reply

OFFSET a custom object

I have created a custom object that is derived from AcDbEntity and uses a
polyline primitive. I need to override the necessary functions so that I can
OFFSET the entity. Which function (or functions) does the OFFSET command
call? Is it getTransformedCopy? Thank you in advance for what my be a dumb
question.
1 REPLY 1
Message 2 of 2
Anonymous
in reply to: Anonymous

virtual Acad::ErrorStatus getOffsetCurves(double offsetDist,
AcDbVoidPtrArray& offsetCurves) const;

offsetDist Input the distance to offset the curve
offsetCurves Returns an array of pointers to the resulting curve(s)



"Dan Engebretson" az alábbiakat írta a
következo hírüzenetben:
328225E9F03E8570353B5DE281F0CBB8@in.WebX.maYIadrTaRb...
> I have created a custom object that is derived from AcDbEntity and uses a
> polyline primitive. I need to override the necessary functions so that I
can
> OFFSET the entity. Which function (or functions) does the OFFSET command
> call? Is it getTransformedCopy? Thank you in advance for what my be a dumb
> question.
>
>

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost