Go to: Synopsis. Flags. Return value. MEL examples.
planarSrf [-constructionHistory boolean] [-curveOnSurface boolean] [-degree int] [-keepOutside boolean] [-name string] [-object boolean] [-polygon int] [-range boolean] [-rebuild boolean] [-replaceOriginal boolean] [-tolerance linear]
object1 [object2] ...
planarSrf is undoable, queryable, and editable.
This command computes a planar trimmed surface given planar boundary curves that form a closed region.| Long name (short name) | [argument types] | Properties | ||
|---|---|---|---|---|
-degree(-d)
|
int
|
|
||
|
||||
-keepOutside(-ko)
|
boolean
|
|
||
|
||||
-tolerance(-tol)
|
linear
|
|
||
|
||||
-name(-n)
|
string
|
|
||
|
||||
-constructionHistory(-ch)
|
boolean
|
|
||
|
||||
-object(-o)
|
boolean
|
|
||
|
||||
-replaceOriginal(-rpo)
|
boolean
|
|
||
|
||||
-curveOnSurface(-cos)
|
boolean
|
|
||
|
||||
-polygon(-po)
|
int
|
|
||
|
||||
-range(-rn)
|
boolean
|
|
||
|
||||
-rebuild(-rb)
|
boolean
|
|
||
|
||||
// create linear planar trimmed surface given boundary curve(s) planarSrf -d 1; // use boundary curve(s) to create a hole by // keeping the outside trimmed regions planarSrf -ko true;