AcGiGeometry::Shell

AcGiGeometry::Shell

Anonymous
Not applicable
576 Views
1 Reply
Message 1 of 2

AcGiGeometry::Shell

Anonymous
Not applicable

Hi,

In my custom entity, shell method is used to draw my custom entity faces, however I don't know how to draw curved surface?Can anyone help me.

Thanks.

0 Likes
577 Views
1 Reply
Reply (1)
Message 2 of 2

StephenPreston
Alumni
Alumni

I believe you can use a shell to represent a surface, but if not you can always use AcGiGeometry.mesh() to display a mesh representing the surface. You have to tesselate the surface yourself, of course. Alternatively, you could try holding an in-memory AcDbSurface and relaying worldDraw calls to that.

 

Cheers,

Stephen Preston
Autodesk Developer Network
0 Likes