70000725 PushPull vdPolyface functionality without user interface

Article 70000725
Type Wish
Product Engine
Version 7007
Date Added 2/16/2016 12:00:00 AM
Fixed 7.7008.0.2 (4/5/2016 12:00:00 AM)
Submitted by Stathis

Summary

Is it possible to have the PushPull functionality without user interface ?

Solution

A new method is added to vdPolyface object like below

bool PushPull(vdCurve curve, double Thickness)

This method can be used as following
polyface.PushPull(curve, 5.0);
polyface.Update();
polyface.Invalidate();

Send comments on this topic.