API Diff between 3.2.0-beta5082 and 3.3.0-beta5686
1 Additions
2 Removals
Autodesk.DesignScript.Geometry
-
public class PanelSurface : DesignScriptEntity
- public static PanelSurface ByCustomOrthogonalLattice(Surface surface, int numU, int numV, double uDisplacement, double vDisplacement, UV[][] tileUVs, PanelSurfaceBoundaryCondition boundaryCondition = 0)
- public static PanelSurface ByCustomOrthogonalLattice(Surface surface, int numU, int numV, PanelSurfaceBoundaryCondition boundaryCondition = 0)
- public PanelSurface SetTransform(double scale, double uOffset, double vOffset, double rotation, Point rotationPoint)