• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk ObjectARX

    Reply
    Valued Contributor
    maisoui
    Posts: 55
    Registered: ‎12-07-2009

    Re: custom entity, how to extend or trim???

    12-06-2012 11:07 PM in reply to: philippe.leefsma

    Ok, thank you for your answer. I will try to redefine AutoCAD commands.

    Regards,

    Jonathan

     

    Please use plain text.
    New Member
    Posts: 1
    Registered: ‎01-26-2013

    Re: custom entity, how to extend or trim???

    01-27-2013 02:10 AM in reply to: xuegao007

        virtual Acad::ErrorStatus intersectWith(
           const AcDbEntity*   ent,
           AcDb::Intersect     intType,
           const AcGePlane&    projPlane,
           AcGePoint3dArray&   points,
           int                 thisGsMarker ,
           int                 otherGsMarker ) const;

     

    .....

     

    custom entity  need write by  yourself , do not points.append

    Please use plain text.