2024 Technology Preview Program:
Master powerful new features and shape the latest BIM-enabled innovations
2009-11-04 08:11 AM - last edited on 2023-08-03 01:33 PM by Doreena Deng
2009-11-04 03:54 PM
Ranga wrote:I don't use these functions, but it seems straightforward. You can't be moving a polygon by just a distance, there must also be a direction. So convert the distance and angle to a vector (as an x, y, z offset).
I want to use Geometry::OffsetPolygon2DData() function.
I don’t have offset as the Vector (I have in double (Distance)) to pass to this function.
How do I convert Distance (double) to offset (Vector)?