Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
how to create a self-defin ed signature segment?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-29-2011 07:05 PM
Hi,
I want to create a self-defined signature(e.g. A marker composed by two hemispheres with different colors, an arrow composed by a cone and a line segment, etc.), so I can include them where I want using HC_Include_Segment.
How can I do this?
Thanks
Marmelader

Re: how to create a self-defin ed signature segment?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-31-2011 12:32 PM
Hello Marmelader,
You can create the segment by using HC_Open_Segment and reuse the segment by HC_Include_Segment. Please see crayons.c sample in demo\common\standard under your HOOPS installation.
Regards,
Yogesh

