mcneel / rhinocommon

RhinoCommon is the .NET SDK for Rhino5 / Grasshopper
http://wiki.mcneel.com/developer/rhinocommon
244 stars 93 forks source link

Wish RhinoOffsetSurface Function #158

Closed huaxiamengqing closed 6 years ago

huaxiamengqing commented 10 years ago

Wish function about RHINO_SDK_FUNCTION ON_Brep* RhinoOffsetSurface(const ON_BrepFace& face, const double dOffsetDistance, const double dTolerance = 0.0, const bool bBothSides = false, const bool bSolid = false, double* pAchievedTol = 0); in rhinocommon.

pearswj commented 6 years ago

See Brep.CreateFromOffsetFace()