DiscussionsIssue archiveOther usage issues

Archived discussion

Insance of a template

Other usage issuesTue, 04/19/2005 - 15:432 replies

Browse this forum
QuestionAuthor

Hi.

How may i create an instance of the OCC templates. I need a Poly_Array1OfMyType. I've done it once rewriting the "instance" (Poly_Array1OfTriangle) using a simply cut/paste, but isn't there a faster way? Ex. with macros as it's for the Handle management.

Thanks.

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

Look in the OCC documentation under:
-Reference Documentation
->Foundation Classes
-->Reference Manual
--->Kernel
---->NCollections

02Commenter-2

Thanks, it saved me a lot of time :)