Go to: Synopsis. Flags. Return value. Related. MEL examples.
polySplit [-constructionHistory boolean] [-edgepoint int float] [-facepoint int float float float] [-insertpoint string int float[]] [-name string] [-smoothingangle angle] [-subdivision int]
polySplit is undoable, queryable, and editable.
Split facets/edges of a polygonal object. The first and last arguments must be edges. Intermediate points may lie on either a shared face or an edge which neighbors the previous point.Long name (short name) | [argument types] | Properties | ||
---|---|---|---|---|
-edgepoint(-ep)
|
int float
|
![]() ![]() |
||
|
||||
-facepoint(-fp)
|
int float float float
|
![]() ![]() |
||
|
||||
-insertpoint(-ip)
|
string int float[]
|
![]() ![]() |
||
|
||||
-subdivision(-s)
|
int
|
![]() ![]() ![]() |
||
|
||||
-smoothingangle(-sma)
|
angle
|
![]() |
||
|
||||
-name(-n)
|
string
|
![]() |
||
|
||||
-constructionHistory(-ch)
|
boolean
|
![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
polyCreateFacet -p 0 2 0 -p 0 -2 0 -p 4 -2 0 -p 4 2 0; polySplit -ep 2 0.1 -ep 3 0.5 -fp 0 2 -1 0.0 -ep 0 0.9;