THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 24/09/2003 at 17:02, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.100
Platform: Mac OSX ;
Language(s) : C++ ;
---------
struct Segment
{
public:
LONG cnt;
Bool closed;
};
From what I can tell in C4D the parameter Segment->closed is not specific to the segment ( even there is a 'closed' bool parameter for each segment ). I would welcome an explanation. The docs make it seem that the 'closed' parameter appies to each segments.
Best Regards,
David Farmer