VS:ClipSurfaceN: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
(add note and screenshot of tricky condition)
Line 36: Line 36:


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<remark></remark>
<remark>
[[User: CBM-c-| _c_]]: (2021.03.05):
This clips only parts that intersect the sides of the clipper, it doesn't clip inside the clipper, probably because it would mean deleting geometry.
 
Example:
[[File:vsClipSurfaceN.png| 150px]]
 
</remark>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------

Revision as of 05:20, 5 March 2021

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Creates a new surface object by subtracting the intersection of surfaces s1 and s2 from s1.

FUNCTION ClipSurfaceN(
s1 :HANDLE;
s2 :HANDLE) : HANDLE;
def vs.ClipSurfaceN(s1, s2):
    return HANDLE

Parameters

s1 HANDLE Surface to be subtracted from
s2 HANDLE Surface to subtract from s1

Remarks

_c_: (2021.03.05):

This clips only parts that intersect the sides of the clipper, it doesn't clip inside the clipper, probably because it would mean deleting geometry.

Example:

Version

Availability: from Vectorworks 2016